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.

참고 항목

참조

Microsoft.SqlServer.Replication 네임스페이스

관련 자료

트랜잭션 아티클에 대한 변경 내용을 전파하는 방법 지정