Freigeben über


CubeDef.ParentConnection-Eigenschaft

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Property ParentConnection As AdomdConnection 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdClient.AdomdConnection
An AdomdConnection that contains the CubeDef.

Siehe auch

Verweis

CubeDef Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace