AdoGroup:GetPermissions()

<< Click to Display Table of Contents >>

Navigation:  Adox Classes > AdoGroup Class >

AdoGroup:GetPermissions()

Previous pageReturn to chapter overviewNext page

Purpose

Gets the permissions on an object or object container

 

Prototype

METHOD GetPermissions ( cName AS USUAL, nObjectType AS LONG,     nObjectTypeId AS USUAL )   AS LONG 

 

Argument(s)

cName        A Variant value specifying the name of the object for which to set permissions.

nObjectType        A Long value which can be one of the AdoObjectTypeEnum constants

nObjectTypeId        (Optional). A Variant value specifying the GUID for a provider object        type not defined by the OLE DB specification. This parameter is required if        ObjectType is set to adPermObjProviderSpecific; otherwise, it is not used

 

 

See Also

AdoGroup, AdoObjectTypeEnum