ProtectionLevel 속성
Gets the protection level associated with a ConnectionInfo object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
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.