CommandOptions 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.
Enumerates options that control how changes are propagated for transactional articles.
This enumeration supports a bitwise combination of its member values.
public enum class CommandOptions
[System.Flags]
public enum CommandOptions
[<System.Flags>]
type CommandOptions =
Public Enum CommandOptions
- Inheritance
-
CommandOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No specified options. |
IncludeInsertColumnNames | 8 | Includes column names in INSERT statements for the destination table. |
BinaryParameters | 16 | Binary parameters are used when propagating changes. |
DtsHorizontalPartition | 64 | The horizontal partition for the article is defined by a transformable subscription. |