CopyOptionKind Enum
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
C#
public enum CopyOptionKind
type CopyOptionKind =
Public Enum CopyOptionKind
- Inheritance
-
CopyOptionKind
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 |
Produkt | Versioner |
---|---|
Microsoft.SQLServer.DacFx | 150.18208.0, 160.2004021.0, 161.6374.0, 161 |