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.
Gets or sets the user credentials under which an assembly is run.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ImpersonationInfo As ImpersonationInfo
Get
Set
'Usage
Dim instance As [Assembly]
Dim value As ImpersonationInfo
value = instance.ImpersonationInfo
instance.ImpersonationInfo = value
public ImpersonationInfo ImpersonationInfo { get; set; }
public:
property ImpersonationInfo^ ImpersonationInfo {
ImpersonationInfo^ get ();
void set (ImpersonationInfo^ value);
}
member ImpersonationInfo : ImpersonationInfo with get, set
function get ImpersonationInfo () : ImpersonationInfo
function set ImpersonationInfo (value : ImpersonationInfo)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.ImpersonationInfo
The user credentials under which an assembly is run.
Hinweise
In Microsoft SQL Server 2005 Analysis Services (SSAS), reference to an assembly is most often to a managed-code-based stored procedure.