DBObject Properties

DBObject Object Properties Methods Lists Collections

Property Description

CreateDate
    String
    Write: No
The date and time the object was created.
ID
    Long
    Write: No
The object ID.
Name
    Identifier
    Write: Yes
The name of the object.
Owner
    Identifier
    Write: No
The user that created the object.
Parent
    Database
    Write: No
The Database object.
SystemObject
    Boolean
    Write: No
Indicates if this is a SQL Server system object. If True, this is a SQL Server system object. If False, this object was created by a user.
Type
    SQLOLE_OBJECT_TYPE
    Write: No
The type of object.
TypeName
    String
    Write: No
Description of the type of the object.
TypeOf
    SQLOLE_OBJECT_TYPE
    Write: No
The type of object.
UserData
    Long
    Write: Yes
Temporary storage space contained in this object for private use by the application. SQL-DMO does not use this property.