MiningModel.Parameters プロパティ
マイニング モデルに適用される MiningParameter オブジェクトのコレクションを取得します。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public ReadOnly Property Parameters As MiningParameterCollection
Get
'使用
Dim instance As MiningModel
Dim value As MiningParameterCollection
value = instance.Parameters
public MiningParameterCollection Parameters { get; }
public:
property MiningParameterCollection^ Parameters {
MiningParameterCollection^ get ();
}
member Parameters : MiningParameterCollection
function get Parameters () : MiningParameterCollection
プロパティ値
型: Microsoft.AnalysisServices.AdomdServer.MiningParameterCollection
マイニング モデルに適用される MiningParameter オブジェクトを含む MiningParameterCollection です。
説明
パラメーターはアルゴリズム固有のものです。
モデルが処理される場合、戻り値には、モデルを処理するために実際に使用されたパラメーターが含まれます。 ユーザーによって設定された値とは異なる場合があります。 モデルが処理されない場合は、パラメーターは返されません。