Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |