共用方式為


State Enum

Definition

Enumerates the values that represent the status of a publication.

public enum class State
public enum State
type State = 
Public Enum State
Inheritance
State

Fields

Name Value Description
Inactive 0

The publication is inactive. Publication data is not available for Subscribers.

Active 1

The publication is active. Publication data is available for Subscribers.

Remarks

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

Applies to

See also