Partilhar via


Propriedade do RDL ProtectionLevel

Gets the protection level associated with a ConnectionInfo object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property ProtectionLevel As ProtectionLevel
    Get
'Uso
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