EnumPublicationAccesses 方法

Returns logins that have access to the Publisher.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public Function EnumPublicationAccesses ( _
    returnGranted As Boolean _
) As ArrayList
'用途
Dim instance As Publication
Dim returnGranted As Boolean
Dim returnValue As ArrayList

returnValue = instance.EnumPublicationAccesses(returnGranted)
public ArrayList EnumPublicationAccesses(
    bool returnGranted
)
public:
ArrayList^ EnumPublicationAccesses(
    bool returnGranted
)
member EnumPublicationAccesses : 
        returnGranted:bool -> ArrayList 
public function EnumPublicationAccesses(
    returnGranted : boolean
) : ArrayList

參數

  • returnGranted
    型別:System. . :: . .Boolean
    A Boolean value that specifies whether or not to return logins that are also in the publication access list (PAL). If true, the only logins in the PAL are returned. If false, only logins that are not in the PAL are returned.

例外狀況

例外狀況 條件
ApplicationException

If the publication does not exist on the server.

備註

The EnumPublicationAccesses method can only be called by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.

Calling EnumPublicationAccesses is equivalent executing sp_help_publication_access (Transact-SQL).

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.