CommandOptions 枚举

Enumerates options that control how changes are propagated for transactional articles.

此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
<FlagsAttribute> _
Public Enumeration CommandOptions
用法
Dim instance As CommandOptions
[FlagsAttribute]
public enum CommandOptions
[FlagsAttribute]
public enum class CommandOptions
[<FlagsAttribute>]
type CommandOptions
public enum CommandOptions

成员

成员名称 说明
None No specified options.
IncludeInsertColumnNames Includes column names in INSERT statements for the destination table.
BinaryParameters Binary parameters are used when propagating changes.

String literal values are used when BinaryParameters is not used.

DtsHorizontalPartition The horizontal partition for the article is defined by a transformable subscription.

The transformable subscriptions feature for transactional replication has been deprecated. Support for this feature in the user interface has been dropped. Using the feature requires installation of SQL Server 2000 Data Transformation Services (DTS), which is not installed by default with Microsoft SQL Server 2005. You must select it in the Advanced page of the Installation Wizard feature tree during setup or upgrade from a SQL Server 2000 installation that included DTS. See SQL Server 2000 documentation for information about this feature.

注释

This namespace, class, or member is supported only in the Microsoft .NET Framework version 2.0.