Share via


ISchemaOwnedObject.Schema Property

Gets the ISchema object that owns this object.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property Schema As ISchema 
    Get
'Usage
Dim instance As ISchemaOwnedObject 
Dim value As ISchema 

value = instance.Schema
ISchema Schema { get; }
property ISchema^ Schema {
    ISchema^ get ();
}
abstract Schema : ISchema
function get Schema () : ISchema

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ISchema
The ISchema object that is the owner of this object.

See Also

Reference

ISchemaOwnedObject Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace