Property Properties

Property Object Properties Collections

Property Description

Application
    Application
    Write: No
The Application object.
Get
    Boolean
    Write: No
Indicates if this property can ever be read. If True, this property value can be read, but it might not be readable now. If False, this property value can never be read.
Name
    String
    Write: No
The name of the property.
Parent
    Object
    Write: No
The Object object, where Object is the parent object.
Set
    Boolean
    Write: No
Indicates if this property can ever be changed. If True, this property value can be changed, but it might not be changeable now. If False, this property value can never be changed.
Type
    Long
    Write: No
The Visual Basic type of the property.
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.
Value
    Datatype
    Write: Yes
The current property value, where Datatype is the datatype of the property.