次の方法で共有


ConnectionInfo.IntegratedSecurity プロパティ

ConnectionInfo オブジェクトの統合セキュリティ状態を取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public ReadOnly Property IntegratedSecurity As IntegratedSecurity 
    Get
'使用
Dim instance As ConnectionInfo 
Dim value As IntegratedSecurity 

value = instance.IntegratedSecurity
public IntegratedSecurity IntegratedSecurity { get; }
public:
property IntegratedSecurity IntegratedSecurity {
    IntegratedSecurity get ();
}
member IntegratedSecurity : IntegratedSecurity
function get IntegratedSecurity () : IntegratedSecurity

プロパティ値

型: Microsoft.AnalysisServices.IntegratedSecurity
IntegratedSecurity オブジェクトです。

関連項目

参照

ConnectionInfo クラス

Microsoft.AnalysisServices 名前空間