State Enumeration
Enumerates the values that represent the status of a publication.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Синтаксис
'Декларация
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. |
Замечания
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Microsoft.SqlServer.Replication Namespace
Publication.Status Property