Partager via


Instance.UnregisterLocal Method (String)

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

Espace de noms: Microsoft.SqlServer.Management.Nmo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
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
)

Paramètres

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

Notes

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.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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

Autres ressources

Procédure : Annuler l'inscription d'une instance de Notification Services (SQL Server Management Studio)
Commande nscontrol unregister