Condividi tramite


Interfaccia IMutableUserDefinedTableType

Represents a mutable user-defined table type.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Public Interface IMutableUserDefinedTableType _
    Inherits IUserDefinedTableType, IMutableUserDefinedType, IUserDefinedType, IMutableSchemaOwnedObject,  _
    ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableTableDataType, ITableDataType,  _
    IMutableDataType, IDataType, IMutableDatabaseTable, IDatabaseTable, IMutableTabular,  _
    ITabular, IMutableMetadataObject, IMetadataObject
'Utilizzo
Dim instance As IMutableUserDefinedTableType
public interface IMutableUserDefinedTableType : IUserDefinedTableType, 
    IMutableUserDefinedType, IUserDefinedType, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, 
    IDatabaseObject, IMutableTableDataType, ITableDataType, IMutableDataType, IDataType, 
    IMutableDatabaseTable, IDatabaseTable, IMutableTabular, ITabular, IMutableMetadataObject, 
    IMetadataObject
public interface class IMutableUserDefinedTableType : IUserDefinedTableType, 
    IMutableUserDefinedType, IUserDefinedType, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, 
    IDatabaseObject, IMutableTableDataType, ITableDataType, IMutableDataType, IDataType, 
    IMutableDatabaseTable, IDatabaseTable, IMutableTabular, ITabular, IMutableMetadataObject, 
    IMetadataObject
type IMutableUserDefinedTableType =  
    interface
        interface IUserDefinedTableType
        interface IMutableUserDefinedType
        interface IUserDefinedType
        interface IMutableSchemaOwnedObject
        interface ISchemaOwnedObject
        interface IMutableDatabaseObject
        interface IDatabaseObject
        interface IMutableTableDataType
        interface ITableDataType
        interface IMutableDataType
        interface IDataType
        interface IMutableDatabaseTable
        interface IDatabaseTable
        interface IMutableTabular
        interface ITabular
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableUserDefinedTableType extends IUserDefinedTableType, IMutableUserDefinedType, IUserDefinedType, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableTableDataType, ITableDataType, IMutableDataType, IDataType, IMutableDatabaseTable, IDatabaseTable, IMutableTabular, ITabular, IMutableMetadataObject, IMetadataObject

Nel tipo IMutableUserDefinedTableType sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica CollationInfo Gets the CollationInfo object that is used by the object collections. Ereditato da IDatabaseTable.
Proprietà pubblica Columns Gets the collection of columns that belong to this object. Ereditato da IMutableTabular.
Proprietà pubblica Columns Gets the collection of columns that belong to this object. Ereditato da ITabular.
Proprietà pubblica Constraints Gets a collection of table constraints. Ereditato da IDatabaseTable.
Proprietà pubblica Constraints Gets a collection of table constraints. Ereditato da IMutableDatabaseTable.
Proprietà pubblica Indexes Gets a collection of table indexes. Ereditato da IDatabaseTable.
Proprietà pubblica Indexes Gets a collection of table indexes. Ereditato da IMutableDatabaseTable.
Proprietà pubblica IsCursor Gets a value that indicates whether this is a cursor data type. Ereditato da IDataType.
Proprietà pubblica IsScalar Gets a value that indicates whether this is a scalar data type. Ereditato da IDataType.
Proprietà pubblica IsSystemObject Gets a value that indicates whether this is a system object. Ereditato da IDatabaseObject.
Proprietà pubblica IsSystemObject Gets or sets a value that indicates whether this is a system object. Ereditato da IMutableDatabaseObject.
Proprietà pubblica IsTable Gets a value that indicates whether this is a table data type. Ereditato da IDataType.
Proprietà pubblica IsUnknown Gets a value that indicates whether the data type instance is a placeholder unknown type. Ereditato da IDataType.
Proprietà pubblica IsUnknown Gets or sets a value that indicates whether the data type instance is a placeholder unknown type. Ereditato da IMutableDataType.
Proprietà pubblica Name Gets the name of the metadata object. Ereditato da IMetadataObject.
Proprietà pubblica Parent Gets the IDatabaseObject object that is the parent of this object. Ereditato da IDatabaseObject.
Proprietà pubblica Schema Gets the ISchema object that owns this object. Ereditato da ISchemaOwnedObject.
Proprietà pubblica TabularType Gets the tabular type. Ereditato da ITabular.
Proprietà pubblica Unaliased Gets the ITabular object that this object is an alias for. Ereditato da ITabular.

In alto