次の方法で共有


DefaultValue プロパティ

新しい行を作成するときに使用される列の既定値を取得または設定します。

名前空間:  Microsoft.Synchronization.Data
アセンブリ:  Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)

構文

'宣言
Public Property DefaultValue As String
    Get
    Set
'使用
Dim instance As DbSyncColumnDescription
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
列の既定値が設定されている場合はその既定値。それ以外の場合は空の文字列。

参照

参照

DbSyncColumnDescriptionクラス

DbSyncColumnDescription メンバー

Microsoft.Synchronization.Data 名前空間