AdomdConnection.MiningServices プロパティ
分析データ ソースに含まれるマイニング サービスのコレクションを表す MiningServiceCollection のインスタンスを取得します。
名前空間: 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
分析データ ソースに含まれるマイニング サービスのコレクションを表す MiningServiceCollection です。