MergeArticle 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 MergeArticle 类的新实例。
重载
MergeArticle() |
创建 MergeArticle 类的新实例。 |
MergeArticle(String, String, String, ServerConnection) |
使用指定的名称、发布、数据库和与 Microsoft SQL Server实例的连接创建类的新MergeArticle实例。 |
注解
更新的文本:2006 年 7 月 17 日
下表显示了新实例 MergeArticle的默认属性值。 此表中未显式枚举的任何属性都初始化为值 null
。
properties | 默认值 |
---|---|
AllowInteractiveResolver | false |
CachePropertyChanges | false |
CheckPermissions | 的值为NoCheck CheckPermissionOptions |
ColumnTracking | false |
CompensateForErrors | false |
DeleteTracking | true |
IdentityRangeManagementOption | 的值为Manual IdentityRangeManagementOption |
IsExistingObject | false |
MultipleColumnUpdate | true |
PartitionOption | 的值为Overlapping PartitionOptions |
PreCreationMethod | 的值为Drop PreCreationOption |
ProcessingOrder | 0 |
SchemaOption | 的值为PrimaryObject CreationScriptOptions |
Status | 的值为Unsynchronized MergeArticleState |
StreamBlobColumns | false |
SubscriberUploadOption | 的值为AllowUpload SubscriberUploadOptions |
Type | 的值为TableBased ArticleOptions |
VerifyResolverSignature | 的值为TrustedAuthority VerifyResolverSignatureOption |
VerticalPartition | false |
MergeArticle()
创建 MergeArticle 类的新实例。
public:
MergeArticle();
public MergeArticle ();
Public Sub New ()
注解
默认构造函数将所有字段初始化为其默认值。
适用于
MergeArticle(String, String, String, ServerConnection)
使用指定的名称、发布、数据库和与 Microsoft SQL Server实例的连接创建类的新MergeArticle实例。
public:
MergeArticle(System::String ^ name, System::String ^ publicationName, System::String ^ databaseName, Microsoft::SqlServer::Management::Common::ServerConnection ^ connectionContext);
public MergeArticle (string name, string publicationName, string databaseName, Microsoft.SqlServer.Management.Common.ServerConnection connectionContext);
new Microsoft.SqlServer.Replication.MergeArticle : string * string * string * Microsoft.SqlServer.Management.Common.ServerConnection -> Microsoft.SqlServer.Replication.MergeArticle
Public Sub New (name As String, publicationName As String, databaseName As String, connectionContext As ServerConnection)
参数
- connectionContext
- ServerConnection
一个ServerConnection对象,指定用于与SQL Server实例建立连接的连接上下文。