Proprietà MiningModel.ParentConnection

Gets the AdomdConnection to which this mining model belongs.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

MiningModel Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient