Конструктор ImpersonationInfo (ImpersonationMode, String, String)
Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode, user account, and password.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
mode As ImpersonationMode, _
account As String, _
password As String _
)
'Применение
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
)
Параметры
- mode
Тип: Microsoft.AnalysisServices.ImpersonationMode
An ImpersonationMode that contains the mode of impersonating.
- account
Тип: System.String
A String that contains the user account.
- password
Тип: System.String
A String that contains the password.