次の方法で共有


SetUpDistributorPassword Method

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。

The SetUpDistributorPassword method changes the password for the distributor_admin login.

構文

object
.SetUpDistributorPassword(
bstrName
)

Parts

  • object
    Expression that evaluates to an object in the Applies To list.
  • bstrName
    String that specifies a Microsoft SQL Server password.

Prototype (C/C++)

HRESULT SetUpDistributorPassword(SQLDMO_LPCSTR pszPassword);

解説

The distributor_admin login is used by a publisher, including a local publisher, when connecting to a distributor. For more information about the distributor_admin login, see Connecting to the Distributor.

Changing a Distributor password using the SetUpDistributorPassword method requires appropriate permissions. The SQL Server login used for SQLServer object connection must be a member of the fixed role sysadmin on the Publisher.

Applies To:

Distributor Object