MergeArticleState 枚举

Enumerates the supported status settings for a merge article.

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

语法

声明
Public Enumeration MergeArticleState
用法
Dim instance As MergeArticleState
public enum MergeArticleState
public enum class MergeArticleState
type MergeArticleState
public enum MergeArticleState

成员

成员名称 说明
Unsynchronized The initial snapshot scripts for this article will be generated during the next scheduled snapshot agent run for the publication.
Active The initial snapshot scripts for the have been generated.
NewInactive Internal use only.
NewActive Internal use only.

注释

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

请参阅

参考

Microsoft.SqlServer.Replication 命名空间

Status