State Enumeration

Enumerates the values that represent the status of a publication.

Namespace: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Syntax

'Declaration
Public Enumeration State
public enum State
public enum class State
public enum State
public enum State

Members

Member name Description
Active The publication is active. Publication data is available for Subscribers.
Inactive The publication is inactive. Publication data is not available for Subscribers.

Hinweise

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

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Replication Namespace
Publication.Status Property