次の方法で共有


InsertBulkColumnDefinition.NullNotNull プロパティ

null に関する値を取得または設定します。

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

構文

'宣言
Public Property NullNotNull As NullNotNull
'使用
Dim instance As InsertBulkColumnDefinition
Dim value As NullNotNull

value = instance.NullNotNull

instance.NullNotNull = value
public NullNotNull NullNotNull { get; set; }
public:
property NullNotNull NullNotNull {
    NullNotNull get ();
    void set (NullNotNull value);
}
public function get NullNotNull () : NullNotNull
public function set NullNotNull (value : NullNotNull)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.NullNotNull
NullNotNull 列挙値を返します。

参照

参照

InsertBulkColumnDefinition クラス

InsertBulkColumnDefinition メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間