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 the protection level associated with a ConnectionInfo object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property ProtectionLevel As ProtectionLevel
Get
'Usage
Dim instance As ConnectionInfo
Dim value As ProtectionLevel
value = instance.ProtectionLevel
public ProtectionLevel ProtectionLevel { get; }
public:
property ProtectionLevel ProtectionLevel {
ProtectionLevel get ();
}
member ProtectionLevel : ProtectionLevel
function get ProtectionLevel () : ProtectionLevel
Eigenschaftswert
Typ: Microsoft.AnalysisServices.ProtectionLevel
A ProtectionLevel object.