次の方法で共有


DefaultValue プロパティ

このパラメータの既定値を取得します。

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

構文

'宣言
Public ReadOnly Property DefaultValue As String
    Get
'使用
Dim instance As MiningServiceParameter
Dim value As String

value = instance.DefaultValue
public string DefaultValue { get; }
public:
property String^ DefaultValue {
    String^ get ();
}
member DefaultValue : string
function get DefaultValue () : String

プロパティ値

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