Compartir a través de


ParentConnection Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property ParentConnection As AdomdConnection
    Get
'Uso
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