Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode, user account, and password.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
mode As ImpersonationMode, _
account As String, _
password As String _
)
'Usage
Dim mode As ImpersonationMode
Dim account As String
Dim password As String
Dim instance As New ImpersonationInfo(mode, account, _
password)
public ImpersonationInfo(
ImpersonationMode mode,
string account,
string password
)
public:
ImpersonationInfo(
ImpersonationMode mode,
String^ account,
String^ password
)
new :
mode:ImpersonationMode *
account:string *
password:string -> ImpersonationInfo
public function ImpersonationInfo(
mode : ImpersonationMode,
account : String,
password : String
)
Parameters
- mode
Type: Microsoft.AnalysisServices.ImpersonationMode
An ImpersonationMode that contains the mode of impersonating.
- account
Type: System.String
A String that contains the user account.
- password
Type: System.String
A String that contains the password.