Visual Studio 2017을 사용하는 것이 좋습니다.
ImpersonationInfo 생성자 (ImpersonationMode, String, String)
SQL Server 2012
Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode, user account, and password.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
public ImpersonationInfo( ImpersonationMode mode, string account, string password )
매개 변수
- 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.
표시: