This topic has not yet been rated - Rate this topic

InterfaceDef Flags Property

SQL Server 2000

InterfaceDef Flags Property

This property contains flags that specify whether the interface is extensible, and whether the interface should be visible to Automation interface queries.

Syntax

object.Flags=(integer)

The Flags property syntax has the following parts.

Part Description
object An object expression that evaluates to an InterfaceDef object.
Integer A byte that stores a flag value (either 1, 2, or 3). For more information about flag values, see InterfaceDefFlags Enumeration.

See Also

InterfaceDef Object

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