Condividi tramite


HostedEventProvider.ActivationState Property

Gets the current state of the event provider.

Spazio dei nomi: Microsoft.SqlServer.Management.Nmo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ActivationState As NSActivationState
public NSActivationState ActivationState { get; }
public:
property NSActivationState ActivationState {
    NSActivationState get ();
}
/** @property */
public NSActivationState get_ActivationState ()
public function get ActivationState () : NSActivationState

Valore proprietà

A NSActivationState object that specifies the current state of the event provider.

Osservazioni

When you create an application, hosted event providers are disabled.

An event provider can be enabled, disabled, enable pending, or disable pending. For more information about these states, see Visualizzazione dello stato delle istanze, delle applicazioni e dei componenti.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

HostedEventProvider Class
HostedEventProvider Members
Microsoft.SqlServer.Management.Nmo Namespace

Altre risorse

Definizione di provider di eventi hosted
Visualizzazione dello stato delle istanze, delle applicazioni e dei componenti