Конструктор ImpersonationInfo (String, String)
Initializes a new instance of ImpersonationInfo for the specified user account and password.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
account As String, _
password As String _
)
'Применение
Dim account As String
Dim password As String
Dim instance As New ImpersonationInfo(account, _
password)
public ImpersonationInfo(
string account,
string password
)
public:
ImpersonationInfo(
String^ account,
String^ password
)
new :
account:string *
password:string -> ImpersonationInfo
public function ImpersonationInfo(
account : String,
password : String
)
Параметры
- account
Тип: System.String
A String that contains the user account.
- password
Тип: System.String
A String that contains the password.