Udostępnij za pośrednictwem


Właściwość Database.DataSourceImpersonationInfo

Pobiera lub ustawia informacje o personifikacji, skojarzone z Database.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property DataSourceImpersonationInfo As ImpersonationInfo
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: Microsoft.AnalysisServices.ImpersonationInfo
Zabezpieczenia powiązane informacje o personifikacji.