Compartir a través de


Distributor.ActivationState Property

Gets the current state of the distributor.

Espacio de nombres: Microsoft.SqlServer.Management.Nmo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
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

Valor de propiedad

A NSActivationState that specifies the current state of the distributor.

Notas

A distributor can be enabled, disabled, enable pending, or disable pending. For more information about these states, see Ver el estado de instancias, aplicaciones y componentes.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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

Otros recursos

Especificar la configuración del distribuidor
Ver el estado de instancias, aplicaciones y componentes