IDatabaseSchemaViewNode.InUse Method

Marks the node (and the contained hierarchy node) as being in use, or not, by the schema view.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Sub InUse ( _
    isInUse As Boolean _
)
'Usage
Dim instance As IDatabaseSchemaViewNode
Dim isInUse As Boolean

instance.InUse(isInUse)
void InUse(
    bool isInUse
)
void InUse(
    bool isInUse
)
function InUse(
    isInUse : boolean
)
abstract InUse : 
        isInUse:bool -> unit 

Parameters

.NET Framework Security

See Also

Reference

IDatabaseSchemaViewNode Interface

IDatabaseSchemaViewNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace