次の方法で共有


ParentConnection プロパティ

CubeDef を含む AdomdConnection クラスのインスタンスを取得します。

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

構文

'宣言
Public ReadOnly Property ParentConnection As AdomdConnection
    Get
'使用
Dim instance As CubeDef
Dim value As AdomdConnection

value = instance.ParentConnection
public AdomdConnection ParentConnection { get; }
public:
property AdomdConnection^ ParentConnection {
    AdomdConnection^ get ();
}
member ParentConnection : AdomdConnection
function get ParentConnection () : AdomdConnection