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 user account and password.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
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
)
Parameter
- 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