ISchemaHierarchyGenerator.NodeInUse Method
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.SchemaHierarchy
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Sub NodeInUse ( _
node As IDatabaseSchemaViewNode, _
inUse As Boolean _
)
'Usage
Dim instance As ISchemaHierarchyGenerator
Dim node As IDatabaseSchemaViewNode
Dim inUse As Boolean
instance.NodeInUse(node, inUse)
void NodeInUse(
IDatabaseSchemaViewNode node,
bool inUse
)
void NodeInUse(
IDatabaseSchemaViewNode^ node,
bool inUse
)
function NodeInUse(
node : IDatabaseSchemaViewNode,
inUse : boolean
)
abstract NodeInUse :
node:IDatabaseSchemaViewNode *
inUse:bool -> unit
Parameters
- inUse
Type: System.Boolean
.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
ISchemaHierarchyGenerator Interface