次の方法で共有


ConnectionType プロパティ

ConnectionInfo オブジェクトに関連付けられた接続の種類を取得します。

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

構文

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

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

プロパティ値

型: Microsoft.AnalysisServices. . :: . .ConnectionType
種類が HTTP、Native Connection、または Local Cube の接続です。