DRIDefault Properties

DRIDefault Object Properties Methods Collections

Property Description

Application
    Application
    Write: No
The Application object.
Name
    Identifier
    Write: Yes
The DRIDefault name, optional on column creation. SQL-DMO will automatically generate one if blank.
Parent
    Column
    Write: No
The Column object.
Text
    String
    Write: Yes
The Transact-SQL expression used to create this DRIDefault. If not empty when the DRIDefault property of a new Column object is added to the Table.Columns collection, the default constraint will also be created when the table and column are created; otherwise, the default constraint is not created. If set to an empty string, the DRIDefault is removed from the column.
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.