MiningParameter.Value プロパティ

マイニング パラメーターの値を取得します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public ReadOnly Default Property Value As String 
    Get
'使用
Dim instance As MiningParameter 
Dim value As String 

value = instance
public string this { get; }
public:
property String^ default {
    String^ get ();
}
member Value : string
function get Value () : String

プロパティ値

型: System.String
パラメーターの値を表す string です。

関連項目

参照

MiningParameter クラス

Microsoft.AnalysisServices.AdomdServer 名前空間