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.