DefaultValue プロパティ
新しい行を作成するときに使用される列の既定値を取得または設定します。
名前空間: Microsoft.Synchronization.Data
アセンブリ: Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)
構文
'宣言
Public Property DefaultValue As String
Get
Set
'使用
Dim instance As SyncSchemaColumn
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
列の既定値が設定されている場合はその既定値。それ以外の場合は空の文字列。
例外
例外 | 条件 |
---|---|
ArgumentNullException | value が null Nothing nullptr unit NULL 参照 (Visual Basic では Nothing) です。 |