ConnectionInfo.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

属性值

类型:Microsoft.AnalysisServices.ProtectionLevel
A ProtectionLevel object.

请参阅

参考

ConnectionInfo 类

Microsoft.AnalysisServices 命名空间