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.