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 命名空间