共用方式為


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