Поделиться через


Свойство MiningStructure.ParentConnection

Gets the AdomdConnection from which the mining structure was populated.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public ReadOnly Property ParentConnection As AdomdConnection 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.AnalysisServices.AdomdClient.AdomdConnection
An AdomdConnection from which the mining structure was populated.

См. также

Справочник

MiningStructure Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient