Allows access to the DatabaseSchema object that contains this schema object.

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

Syntax

C#
IDatabaseSchema Database { get; }
Visual Basic
ReadOnly Property Database As IDatabaseSchema
	Get

Property Value

Type: IDatabaseSchema

See Also