ProtectionLevel Propiedad
Gets the protection level associated with a ConnectionInfo object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.AnalysisServices. . :: . .ProtectionLevel
A ProtectionLevel object.
Vea también