Compartir a través de


CubeDef.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

Valor de la propiedad

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

Vea también

Referencia

CubeDef Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient