Поделиться через


ImpersonationInfo Constructor (String, String)

Initializes a new instance of ImpersonationInfo for the specified user account and password.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
Public Sub New ( _
    account As String, _
    password As String _
)
public ImpersonationInfo (
    string account,
    string password
)
public:
ImpersonationInfo (
    String^ account, 
    String^ password
)
public ImpersonationInfo (
    String account, 
    String password
)
public function ImpersonationInfo (
    account : String, 
    password : String
)

Параметры

  • account
    A String that contains the user account.
  • password
    A String that contains the password.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ImpersonationInfo Class
ImpersonationInfo Members
Microsoft.AnalysisServices Namespace