Partager via


Propriété MiningModel.ParentConnection

Gets the AdomdConnection to which this mining model belongs.

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

Syntaxe

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

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

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdClient.AdomdConnection
The AdomdConnection to which this mining model belongs.

Voir aussi

Référence

MiningModel Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient