MiningModel.ParentConnection Property

 

Gets the AdomdConnection to which this mining model belongs.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public AdomdConnection ParentConnection { get; }
public:
property AdomdConnection^ ParentConnection {
    AdomdConnection^ get();
}
member ParentConnection : AdomdConnection with get
Public ReadOnly Property ParentConnection As AdomdConnection

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.AdomdConnection

The AdomdConnection to which this mining model belongs.

See Also

MiningModel Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top