共用方式為


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 命名空間