Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode, user account, and password.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Public Sub New ( _
mode As ImpersonationMode, _
account As String, _
password As String _
)
public ImpersonationInfo (
ImpersonationMode mode,
string account,
string password
)
public:
ImpersonationInfo (
ImpersonationMode mode,
String^ account,
String^ password
)
public ImpersonationInfo (
ImpersonationMode mode,
String account,
String password
)
public function ImpersonationInfo (
mode : ImpersonationMode,
account : String,
password : String
)
Parameter
- mode
An ImpersonationMode that contains the mode of impersonating.
- account
A String that contains the user account.
- password
A String that contains the password.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
ImpersonationInfo Class
ImpersonationInfo Members
Microsoft.AnalysisServices Namespace