State 枚举

Enumerates the values that represent the status of a publication.

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

语法

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

成员

成员名称 说明
Inactive The publication is inactive. Publication data is not available for Subscribers.
Active The publication is active. Publication data is available for Subscribers.

注释

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