Enum IdentityMode
- Namespace
- Microsoft.AnalysisServices
- Assembly
- TOMWrapper.dll
Controls the resolution of user identity when not explicitly specified in the connection string.
public enum IdentityMode
- Extension Methods
Fields
| Name | Description |
|---|---|
| Connection | Identity is managed based on the target data-source; in the first time a connection is opened to a particular data-source, we launch the login window, so the user can select the identity, any additional connection to a data-source that has the associated identity already resolved, we use the first one (that was obtained interactively). |
| CurrentUser | Identity is resolved to the current user of the OS session |
| Default | Use the default behavior which is the current-user; in the connection-string means use the global configuration on the client |
| Process | Identity is managed for the lifetime of the process; the first connection will trigger an interactive login window, so the user can select the identity, any additional connection will use the first identity. |