Поделиться через


Instance.RegisterLocal Method (String, String, String, String)

Registers the instance of Notification Services locally and, if the Windows service does not exist, installs the Microsoft Windows service that runs the Notification Services engine. Use this method if using SQL Server Authentication.

Пространство имен: Microsoft.SqlServer.Management.Nmo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public Sub RegisterLocal ( _
    serviceUserName As String, _
    servicePassword As String, _
    sqlUserName As String, _
    sqlPassword As String _
)
public void RegisterLocal (
    string serviceUserName,
    string servicePassword,
    string sqlUserName,
    string sqlPassword
)
public:
void RegisterLocal (
    String^ serviceUserName, 
    String^ servicePassword, 
    String^ sqlUserName, 
    String^ sqlPassword
)
public void RegisterLocal (
    String serviceUserName, 
    String servicePassword, 
    String sqlUserName, 
    String sqlPassword
)
public function RegisterLocal (
    serviceUserName : String, 
    servicePassword : String, 
    sqlUserName : String, 
    sqlPassword : String
)

Параметры

  • serviceUserName
    A String specifying the Windows user name for the instance of Notification Services.
  • servicePassword
    A String specifying the password for the user.
  • sqlUserName
    A String specifying the SQL Server Login for the Windows service. 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.

Замечания

ms199834.note(ru-ru,SQL.90).gifВажно!
Secure any executable and source code that contains passwords.

For information about the permissions required by the Windows service, see Настройка учетных записей Windows для экземпляра служб Notification Services and Настройка разрешений SQL Server для экземпляра служб Notification Services.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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

Другие ресурсы

Защита файлов и папок
Развертывание служб Notification Services
Обновление сведений реестра