IViewInterfaceDef Interface

Meta Data Services Programming

Meta Data Services Programming

IViewInterfaceDef Interface

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

When to Use

Use this interface to define a database view for all objects that implement a specific interface.

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_IViewInterfaceDef (378)

See Also

Defining an Interface View

InterfaceDef Object

IRepositoryDispatch Interface

IViewClassDef Interface

IViewPropertyDef Interface

IViewRelationshipDef Interface