IViewClassDef Interface

Meta Data Services Programming

Meta Data Services Programming

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