NullNotNull Enumeration
Specifies the optional NULL/NOT NULL constraint in a column definition.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration NullNotNull
'Usage
Dim instance As NullNotNull
public enum NullNotNull
public enum class NullNotNull
type NullNotNull
public enum NullNotNull
Members
Member name | Description | |
---|---|---|
NotNull | The value is NotNull. | |
NotSpecified | The value is NotSpecified. | |
Null | The value is Null. |