Gets Schema to which the object belongs.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
Schema Schema { get; }
Visual Basic (Declaration)
ReadOnly Property Schema As Schema
Visual C++
property Schema^ Schema {
	Schema^ get ();
}

See Also