Share via


MergeArticleState Enumeration

Enumerates the supported status settings for a merge article.

Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Sintaxis

'Declaración
Public Enumeration MergeArticleState
public enum MergeArticleState
public enum class MergeArticleState
public enum MergeArticleState
public enum MergeArticleState

Members

Member name Description
Active The initial snapshot scripts for the have been generated.
NewActive Internal use only.
NewInactive Internal use only.
Unsynchronized The initial snapshot scripts for this article will be generated during the next scheduled snapshot agent run for the publication.

Notas

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

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.SqlServer.Replication Namespace
MergeArticle.Status Property