Condividi tramite


Instance.UnregisterLocal Method (String)

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

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

Sintassi

'Dichiarazione
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
)

Parametri

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

Osservazioni

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.

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

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

Altre risorse

Procedura: Annullamento della registrazione di un'istanza di Notification Services (SQL Server Management Studio)
Comando nscontrol unregister