NullNotNull Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents optional NULL/NOT NULL contraint in column definition in INSERT BULK statement
public enum NullNotNull
type NullNotNull =
Public Enum NullNotNull
- Inheritance
-
NullNotNull
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | |
Null | 1 | |
NotNull | 2 |