다음을 통해 공유


EnumPublicationAccesses Method

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.

The EnumPublicationAccesses method returns a QueryResults object that enumerates Microsoft SQL Server logins.

구문


object
.EnumPublicationAccesses( [ bReturnGranted ] )as QueryResults

Parts

  • object
    Expression that evaluates to an object in the Applies To list.
  • bReturnGranted
    TRUE or FALSE.

Prototype (C/C++)

HRESULT EnumPublicationAccesses(
LPSQLDMOQUERYRESULTS* ppResults,
BOOL bReturnGranted = TRUE);

Returns

A QueryResults object that contains one result set defined by these columns.

Column Data type Description

isntgroup

integer

When 1, the value of the loginname column identifies a Microsoft group account.

isntname

integer

When 1, the value of the loginname column identifies a Windows account.

loginname

nvarchar(129)

Name of a SQL Server login

주의

When bReturnGrantedis TRUE, the result set enumerates those login records in the publication access list.

When bReturnGranted is FALSE (default), the result set enumerates login records not in the publication access list.

Applies To:

MergePublication Object

TransPublication Object

참고 항목

참조

GrantPublicationAccess Method
RevokePublicationAccess Method

도움말 및 정보

SQL Server 2005 지원 받기