Delen via


DatabaseSchemaViewNode.InUse Method

Marks the node and the hierarchy node that is contained as being "in use" by the Schema View.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Sub InUse ( _
    isInUse As Boolean _
)
public void InUse(
    bool isInUse
)
public:
virtual void InUse(
    bool isInUse
) sealed
abstract InUse : 
        isInUse:bool -> unit 
override InUse : 
        isInUse:bool -> unit 
public final function InUse(
    isInUse : boolean
)

Parameters

  • isInUse
    Type: System.Boolean
    Flag that indicates whether node is being used.

Implements

ISchemaModelViewerNode.InUse(Boolean)

.NET Framework Security

See Also

Reference

DatabaseSchemaViewNode Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace