次の方法で共有


IsNullable プロパティ

この列で null 値を使用できるかどうかを示す値を取得または設定します。

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

構文

'宣言
Public Property IsNullable As Boolean
    Get
    Set
'使用
Dim instance As DbSyncColumnDescription
Dim value As Boolean

value = instance.IsNullable

instance.IsNullable = value
public bool IsNullable { get; set; }
public:
property bool IsNullable {
    bool get ();
    void set (bool value);
}
member IsNullable : bool with get, set
function get IsNullable () : boolean
function set IsNullable (value : boolean)

プロパティ値

型 : System. . :: . .Boolean
null 値を使用できる場合は true。それ以外の場合は false。

参照

参照

DbSyncColumnDescriptionクラス

DbSyncColumnDescription メンバー

Microsoft.Synchronization.Data 名前空間