Свойство AdomdConnection.MiningServices
Gets an instance of a MiningServiceCollection that represents the collection of mining services that an analytical data source contains.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property MiningServices As MiningServiceCollection
Get
'Применение
Dim instance As AdomdConnection
Dim value As MiningServiceCollection
value = instance.MiningServices
[BrowsableAttribute(false)]
public MiningServiceCollection MiningServices { get; }
[BrowsableAttribute(false)]
public:
property MiningServiceCollection^ MiningServices {
MiningServiceCollection^ get ();
}
[<BrowsableAttribute(false)>]
member MiningServices : MiningServiceCollection
function get MiningServices () : MiningServiceCollection
Значение свойства
Тип: Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection
A MiningServiceCollection that represents the collection of mining services that an analytical data source contains.