Compartilhar via


Propriedade do RDL ConnectionInfo.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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.ProtectionLevel
A ProtectionLevel object.

Consulte também

Referência

ConnectionInfo Classe

Namespace Microsoft.AnalysisServices