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