ConnectionInfo.ProtectionLevel Property
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
Property Value
Type: Microsoft.AnalysisServices.ProtectionLevel
A ProtectionLevel object.