Compartir a través de


Instance.UnregisterLocal Method (String)

Unregisters the named instance of Notification Services on the local computer.

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

Sintaxis

'Declaración
Public Shared Sub UnregisterLocal ( _
    instanceName As String _
)
public static void UnregisterLocal (
    string instanceName
)
public:
static void UnregisterLocal (
    String^ instanceName
)
public static void UnregisterLocal (
    String instanceName
)
public static function UnregisterLocal (
    instanceName : String
)

Parámetros

  • instanceName
    A String that specifies the name of the instance to unregister on the local computer.

Notas

Unregistering an instance of Notification Services removes information about the instance from the registry, removes instance and application performance counters, and uninstalls the Microsoft Windows service, if one exists.

You can only unregister instances on the local computer.

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

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

Otros recursos

Cómo eliminar del Registro una instancia de Notification Services (SQL Server Management Studio)
nscontrol unregister (comando)