SetObjectOwner method [ADOX]

Microsoft ActiveX Data Objects (ADO)

ADOX 2.5 API Reference

SetObjectOwner Method

Specifies the owner of an object in a Catalog.

Syntax

Catalog.SetObjectOwner ObjectName, ObjectType , OwnerName [, ObjectTypeId]

Parameters

ObjectName
A String value that specifies the name of the object for which to specify the owner.
ObjectType
A Long value which 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

GetObjectOwner and SetObjectOwner Methods Example (VB)

GetObjectOwner Method

Applies To: Catalog Object

© 1998-2003 Microsoft Corporation. All rights reserved.