NullNotNull 枚举
Specifies the optional NULL/NOT NULL constraint in a column definition.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration NullNotNull
用法
Dim instance As NullNotNull
public enum NullNotNull
public enum class NullNotNull
type NullNotNull
public enum NullNotNull
成员
成员名称 | 说明 | |
---|---|---|
NotNull | The value is NotNull. | |
NotSpecified | The value is NotSpecified. | |
Null | The value is Null. |