ParentConnection Propiedad
Gets the AdomdConnection to which this mining model belongs.
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 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
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdConnection
A AdomdConnection.