Freigeben über


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

Elemente

Elementname Beschreibung
NotNull The value is NotNull.
NotSpecified The value is NotSpecified.
Null The value is Null.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace