Прочитај на енглеском

Делите путем


State Enum

Definition

Enumerates the values that represent the status of a publication.

C#
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

Производ Верзије
SQL Server .NET SDK 2016

See also