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
プロパティ値
型: String
パラメーターの値を表す string です。