Compartir a través de


Interfaz IMutableSchema

Represents a mutable SQL Server schema.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
Public Interface IMutableSchema _
    Inherits ISchema, IMutableDatabaseOwnedObject, IDatabaseOwnedObject, IMutableDatabaseObject,  _
    IDatabaseObject, IMutableMetadataObject, IMetadataObject
'Uso
Dim instance As IMutableSchema
public interface IMutableSchema : ISchema, 
    IMutableDatabaseOwnedObject, IDatabaseOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, 
    IMetadataObject
public interface class IMutableSchema : ISchema, 
    IMutableDatabaseOwnedObject, IDatabaseOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, 
    IMetadataObject
type IMutableSchema =  
    interface
        interface ISchema
        interface IMutableDatabaseOwnedObject
        interface IDatabaseOwnedObject
        interface IMutableDatabaseObject
        interface IDatabaseObject
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableSchema extends ISchema, IMutableDatabaseOwnedObject, IDatabaseOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject

El tipo IMutableSchema expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Database Gets the IDatabase object that owns this object. (Se hereda de IDatabaseOwnedObject.)
Propiedad pública ExtendedStoredProcedures Gets the collection of extended stored procedures that belong to this schema.
Propiedad pública ExtendedStoredProcedures Gets the collection of extended stored procedures that belong to this schema. (Se hereda de ISchema.)
Propiedad pública IsSystemObject Gets a value that indicates whether this is a system object. (Se hereda de IDatabaseObject.)
Propiedad pública IsSystemObject Gets or sets a value that indicates whether this is a system object. (Se hereda de IMutableDatabaseObject.)
Propiedad pública Name Gets the name of the metadata object. (Se hereda de IMetadataObject.)
Propiedad pública Owner Gets or sets an IDatabasePrincipal object that represents the owner of the schema.
Propiedad pública Owner Gets a IDatabasePrincipal object that represents the owner of the schema. (Se hereda de ISchema.)
Propiedad pública Parent Gets the IDatabaseObject object that is the parent of this object. (Se hereda de IDatabaseObject.)
Propiedad pública ScalarValuedFunctions Gets the collection of scalar-valued functions that belong to this schema.
Propiedad pública ScalarValuedFunctions Gets the collection of scalar-valued functions that belong to this schema. (Se hereda de ISchema.)
Propiedad pública StoredProcedures Gets the collection of stored procedures that belong to this schema.
Propiedad pública StoredProcedures Gets the collection of stored procedures that belong to this schema. (Se hereda de ISchema.)
Propiedad pública Tables Gets the collection of tables that belong to this schema.
Propiedad pública Tables Gets the collection of tables that belong to this schema. (Se hereda de ISchema.)
Propiedad pública TableValuedFunctions Gets the collection of table-valued functions that belong to this schema.
Propiedad pública TableValuedFunctions Gets the collection of table-valued functions that belong to this schema. (Se hereda de ISchema.)
Propiedad pública UserDefinedAggregates Gets the collection of user-defined aggregates that belong to this schema.
Propiedad pública UserDefinedAggregates Gets the collection of user-defined aggregates that belong to this schema. (Se hereda de ISchema.)
Propiedad pública UserDefinedClrTypes Gets the collection of user-defined CLR types that belong to this schema.
Propiedad pública UserDefinedClrTypes Gets the collection of user-defined CLR types that belong to this schema. (Se hereda de ISchema.)
Propiedad pública UserDefinedDataTypes Gets the collection of user-defined data types that belong to this schema.
Propiedad pública UserDefinedDataTypes Gets the collection of user-defined data types that belong to this schema. (Se hereda de ISchema.)
Propiedad pública UserDefinedTableTypes Gets the collection of user-defined table types that belong to this schema.
Propiedad pública UserDefinedTableTypes Gets the collection of user-defined table types that belong to this schema. (Se hereda de ISchema.)
Propiedad pública Views Gets the collection of views that belong to this schema.
Propiedad pública Views Gets the collection of views that belong to this schema. (Se hereda de ISchema.)

Arriba