다음을 통해 공유


CubeDef.ParentConnection 속성

Gets an instance of the AdomdConnection class that contains the CubeDef.

네임스페이스:  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

속성 값

유형: Microsoft.AnalysisServices.AdomdClient.AdomdConnection
An AdomdConnection that contains the CubeDef.

참고 항목

참조

CubeDef 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스