ProtectionLevel 属性

Gets the protection level associated with a ConnectionInfo object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public ReadOnly Property ProtectionLevel As ProtectionLevel
    Get
用法
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