DefaultValue プロパティ

パラメータの既定値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public Property DefaultValue As String
    Get
    Set
'使用
Dim instance As Parameter
Dim value As String

value = instance.DefaultValue

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

プロパティ値

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