View Object Properties Methods Lists Collections
| Property | Description |
|---|
| Application Application Write: No |
The Application object. |
| CreateDate String Write: No |
The date and time the view was created. |
| ID Long Write: No |
The object ID of the view. |
| Name Identifier Write: Yes |
The name of the view. |
| Owner Identifier Write: No |
The user who created the view. |
| Parent Database Write: No |
The Database object. |
| SystemObject Boolean Write: No |
Indicates if this is a SQL Server system view. If True, this is a SQL Server system view. If False, this view was created by a user. |
| Text LargeText Write: Before Add |
The original Transact-SQL statement used to create the view. |
| 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. |