Aracılığıyla paylaş


ConnectionInfo.IntegratedSecurity Özelliği

Tümleşik güvenlik durumunu alır ConnectionInfo nesne.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Property IntegratedSecurity As IntegratedSecurity
    Get
'Kullanım
Dim instance As ConnectionInfo
Dim value As IntegratedSecurity

value = instance.IntegratedSecurity
public IntegratedSecurity IntegratedSecurity { get; }
public:
property IntegratedSecurity IntegratedSecurity {
    IntegratedSecurity get ();
}
member IntegratedSecurity : IntegratedSecurity
function get IntegratedSecurity () : IntegratedSecurity