Freigeben über


ConnectionInfo.ProtectionLevel-Eigenschaft

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.

Siehe auch

Verweis

ConnectionInfo Klasse

Microsoft.AnalysisServices-Namespace