Freigeben über


ISchemaOwnedObject-Schnittstelle

Represents a metadata database object that is owned by a schema.

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

Syntax

'Declaration
Public Interface ISchemaOwnedObject _
    Inherits IDatabaseObject, IMetadataObject
'Usage
Dim instance As ISchemaOwnedObject
public interface ISchemaOwnedObject : IDatabaseObject, 
    IMetadataObject
public interface class ISchemaOwnedObject : IDatabaseObject, 
    IMetadataObject
type ISchemaOwnedObject =  
    interface
        interface IDatabaseObject
        interface IMetadataObject
    end
public interface ISchemaOwnedObject extends IDatabaseObject, IMetadataObject

Der ISchemaOwnedObject-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft IsSystemObject Gets a value that indicates whether this is a system object. (Geerbt von IDatabaseObject.)
Öffentliche Eigenschaft Name Gets the name of the metadata object. (Geerbt von IMetadataObject.)
Öffentliche Eigenschaft Parent Gets the IDatabaseObject object that is the parent of this object. (Geerbt von IDatabaseObject.)
Öffentliche Eigenschaft Schema Gets the ISchema object that owns this object.

Zum Anfang