言語

CommandOptions 列挙型

定義

トランザクション記事の変更伝播方法を制御するオプションを列挙します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class CommandOptions
[System.Flags]
public enum CommandOptions
[<System.Flags>]
type CommandOptions = 
Public Enum CommandOptions
継承
CommandOptions
属性

フィールド

名前 説明
None 0

具体的な選択肢はありません。

IncludeInsertColumnNames 8

宛先テーブルのINSERT文に列名を含みます。

BinaryParameters 16

変更を伝播させる際には二進パラメータが使われます。

DtsHorizontalPartition 64

記事の水平分割は変換可能なサブスクリプションによって定義されます。

適用対象