Partager via


ParentConnection propriété

Gets the AdomdConnection from which the mining structure was populated.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ParentConnection As AdomdConnection
    Get
'Utilisation
Dim instance As MiningStructure
Dim value As AdomdConnection

value = instance.ParentConnection
public AdomdConnection ParentConnection { get; }
public:
property AdomdConnection^ ParentConnection {
    AdomdConnection^ get ();
}
member ParentConnection : AdomdConnection
function get ParentConnection () : AdomdConnection