CopyOptionKind 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.
If this enum grows beyond 31, Parser needs to be updated - it uses Int32 to check for option duplication
public enum CopyOptionKind
type CopyOptionKind =
Public Enum CopyOptionKind
- Inheritance
-
CopyOptionKind
Fields
Name | Value | Description |
---|---|---|
File_Format | 1 | |
File_Type | 2 | |
ErrorFile | 3 | |
Identity_Insert | 4 | |
MaxErrors | 5 | |
Compression | 6 | |
FieldQuote | 7 | |
FieldTerminator | 8 | |
RowTerminator | 9 | |
FirstRow | 10 | |
DateFormat | 11 | |
Encoding | 12 | |
ColumnOptions | 13 | |
Credential | 14 | |
ErrorFileCredential | 15 |