共用方式為


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.