Partager via


Instance.RegisterLocal Method (Boolean)

Registers the instance of Notification Services locally, and optionally installs the Windows service, for the Notification Services engine.

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

Syntaxe

'Déclaration
Public Sub RegisterLocal ( _
    installService As Boolean _
)
public void RegisterLocal (
    bool installService
)
public:
void RegisterLocal (
    bool installService
)
public void RegisterLocal (
    boolean installService
)
public function RegisterLocal (
    installService : boolean
)

Paramètres

  • installService
    true to install the NS$instanceName Windows service; otherwise, false.

Notes

Any previously specified Microsoft SQL Server user name, password, and argument key is used when registering the instance.

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

Déploiement de Notification Services
Mise à jour des informations du Registre