Gets or sets a value indicating this schema object and all its children will be loaded.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public bool IncludeFunctions { get; set; }
Visual Basic
Public Property IncludeFunctions As Boolean
	Get
	Set

Property Value

Type: Boolean
true if functions should be included; otherwise, false.

Implements

ISchemaObject..::..IncludeFunctions

See Also