次の方法で共有


ServerProperty.DefaultValue プロパティ

ServerProperty オブジェクトの既定値を取得します。値の設定も可能です。

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

構文

'宣言
Public Property DefaultValue As String 
    Get 
    Set
'使用
Dim instance As ServerProperty 
Dim value As String 

value = instance.DefaultValue

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

プロパティ値

型: System.String
既定値です。

関連項目

参照

ServerProperty クラス

Microsoft.AnalysisServices 名前空間