Propriedade do RDL ParentConnection
Gets the AdomdConnection from which the mining structure was populated.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property ParentConnection As AdomdConnection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdConnection
An AdomdConnection.