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
- isInUse
Type: System.Boolean
Specifies whether the node is in use
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseSchemaViewNode Interface
IDatabaseSchemaViewNode Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace