共用方式為


InsertBulkColumnDefinition.NullNotNull 屬性

Gets or sets a value with respect to null. Optional NULL / NOT NULL constraint.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property NullNotNull As NullNotNull 
    Get 
    Set
'用途
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);
}
member NullNotNull : NullNotNull with get, set
function get NullNotNull () : NullNotNull 
function set NullNotNull (value : NullNotNull)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.NullNotNull
A value with respect to null.

請參閱

參考

InsertBulkColumnDefinition 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間