Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the AdomdConnection from which the mining structure was populated.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property ParentConnection As AdomdConnection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdConnection
An AdomdConnection from which the mining structure was populated.