Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the impersonation information associated with a Database.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property DataSourceImpersonationInfo As ImpersonationInfo
Get
Set
'Usage
Dim instance As Database
Dim value As ImpersonationInfo
value = instance.DataSourceImpersonationInfo
instance.DataSourceImpersonationInfo = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")]
public ImpersonationInfo DataSourceImpersonationInfo { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property ImpersonationInfo^ DataSourceImpersonationInfo {
ImpersonationInfo^ get ();
void set (ImpersonationInfo^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")>]
member DataSourceImpersonationInfo : ImpersonationInfo with get, set
function get DataSourceImpersonationInfo () : ImpersonationInfo
function set DataSourceImpersonationInfo (value : ImpersonationInfo)
Property Value
Type: Microsoft.AnalysisServices.ImpersonationInfo
Security related impersonation information.