共用方式為


NullNotNull Enum

Definition

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

Applies to