Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Class-level method that registers the instance of Notification Services locally.
Espace de noms: Microsoft.SqlServer.Management.Nmo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntaxe
'Déclaration
Public Shared Sub RegisterLocal ( _
instanceName As String, _
databaseServer As String, _
sqlUserName As String, _
sqlPassword As String, _
serviceUserName As String, _
servicePassword As String, _
argumentKey As String _
)
public static void RegisterLocal (
string instanceName,
string databaseServer,
string sqlUserName,
string sqlPassword,
string serviceUserName,
string servicePassword,
string argumentKey
)
public:
static void RegisterLocal (
String^ instanceName,
String^ databaseServer,
String^ sqlUserName,
String^ sqlPassword,
String^ serviceUserName,
String^ servicePassword,
String^ argumentKey
)
public static void RegisterLocal (
String instanceName,
String databaseServer,
String sqlUserName,
String sqlPassword,
String serviceUserName,
String servicePassword,
String argumentKey
)
public static function RegisterLocal (
instanceName : String,
databaseServer : String,
sqlUserName : String,
sqlPassword : String,
serviceUserName : String,
servicePassword : String,
argumentKey : String
)
Paramètres
- instanceName
A String specifying the name of the instance of Notification Services.
- databaseServer
A String specifying the instance of the Moteur de base de données that hosts the instance and application databases. The default value is the local server.
- sqlUserName
A String specifying a SQL Server login for the instance of Notification Services. Specify a value only if using SQL Server Authentication.
- sqlPassword
A String specifying the password for the SQL Server login. Specify a value only if using SQL Server Authentication.
- serviceUserName
A String specifying the Windows account for the Microsoft Windows service. If using Windows Authentication, the Windows service uses this account to connect to the Moteur de base de données.
- servicePassword
A String specifying the password for the serviceUsername.
- argumentKey
The ArgumentKey for the instance of Notification Services. Used only of the EncryptArguments property is true.
Notes
Important : |
|---|
| Secure any executable and source code that contains passwords. |
For information about the permissions required by the Windows service, see Configuration des compte Windows pour une instance de Notification Services and Configuration des autorisations SQL Server pour une instance de Notification Services.
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
Sécurisation des fichiers et des dossiers
Déploiement de Notification Services
Mise à jour des informations du Registre
Important :