SetObjectOwner method (ADOX)

Applies to: Access 2013 | Access 2016

Specifies the owner of an object in a Catalog.

Parameters

  • ObjectName

    • A String value that specifies the name of the object for which to specify the owner.
  • ObjectType

    • A Long value that can be one of the ObjectTypeEnum constants that specifies the owner type.
  • OwnerName

    • A String value that specifies the Name of the User or Group to own the object.
  • ObjectTypeId

    • Optional. A Variant value that specifies 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.

Remarks

An error will occur if the provider does not support specifying object owners.

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.