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.