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.