This topic has not yet been rated - Rate this topic

IViewClassDef Interface

SQL Server 2000

IViewClassDef Interface

The IViewClassDef interface is derived from IRepositoryDispatch, which inherits from IDispatch and is implemented by the ClassDef class.

When to Use

Use this interface to define database views for a class.

Properties
Property Type Description
ViewName string Customized view name for better readability and to help prevent name-space collisions
ViewFlags long Bit flags that determine the characteristics of the view generated for the class

Dispatch Identifier:   DISPID_IViewClassDef (375)

See Also

Defining a Class View

IRepositoryDispatch Interface

IViewInterfaceDef Interface

IViewPropertyDef Interface

IViewRelationshipDef Interface

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.