共用方式為


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 命名空間