Returns the owner of the table.

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

Syntax

C#
public string Owner { get; }
Visual Basic
Public ReadOnly Property Owner As String
	Get

Return Value

Type: String

Implements

ISchemaObjectWithOwner..::..Owner

See Also