Proprietà ConnectionInfo.ProtectionLevel
Gets the protection level associated with a ConnectionInfo object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ProtectionLevel As ProtectionLevel
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.ProtectionLevel
A ProtectionLevel object.