Condividi tramite


SubscriptionState Enumeration

Enumerates options for the status of a subscription.

Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Sintassi

'Dichiarazione
Public Enumeration SubscriptionState
public enum SubscriptionState
public enum class SubscriptionState
public enum SubscriptionState
public enum SubscriptionState

Members

Member name Description
Active The subscription is active.
Inactive The subscription is inactive.
Subscribed The subscription exists, but the initial snapshot has not yet been applied.

Osservazioni

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

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Replication Namespace
Subscription.Status Property