Interfaccia IUserDefinedTableType
Represents a 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 IUserDefinedTableType _
Inherits IUserDefinedType, ISchemaOwnedObject, IDatabaseObject, ITableDataType, _
IDataType, IDatabaseTable, ITabular, IMetadataObject
'Utilizzo
Dim instance As IUserDefinedTableType
public interface IUserDefinedTableType : IUserDefinedType,
ISchemaOwnedObject, IDatabaseObject, ITableDataType, IDataType, IDatabaseTable,
ITabular, IMetadataObject
public interface class IUserDefinedTableType : IUserDefinedType,
ISchemaOwnedObject, IDatabaseObject, ITableDataType, IDataType, IDatabaseTable,
ITabular, IMetadataObject
type IUserDefinedTableType =
interface
interface IUserDefinedType
interface ISchemaOwnedObject
interface IDatabaseObject
interface ITableDataType
interface IDataType
interface IDatabaseTable
interface ITabular
interface IMetadataObject
end
public interface IUserDefinedTableType extends IUserDefinedType, ISchemaOwnedObject, IDatabaseObject, ITableDataType, IDataType, IDatabaseTable, ITabular, IMetadataObject
Nel tipo IUserDefinedTableType sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
CollationInfo | Gets the CollationInfo object that is used by the object collections. Ereditato da IDatabaseTable. |
![]() |
Columns | Gets the collection of columns that belong to this object. Ereditato da ITabular. |
![]() |
Constraints | Gets a collection of table constraints. Ereditato da IDatabaseTable. |
![]() |
Indexes | Gets a collection of table indexes. Ereditato da IDatabaseTable. |
![]() |
IsCursor | Gets a value that indicates whether this is a cursor data type. Ereditato da IDataType. |
![]() |
IsScalar | Gets a value that indicates whether this is a scalar data type. Ereditato da IDataType. |
![]() |
IsSystemObject | Gets a value that indicates whether this is a system object. Ereditato da IDatabaseObject. |
![]() |
IsTable | Gets a value that indicates whether this is a table data type. Ereditato da IDataType. |
![]() |
IsUnknown | Gets a value that indicates whether the data type instance is a placeholder unknown type. Ereditato da IDataType. |
![]() |
Name | Gets the name of the metadata object. Ereditato da IMetadataObject. |
![]() |
Parent | Gets the IDatabaseObject object that is the parent of this object. Ereditato da IDatabaseObject. |
![]() |
Schema | Gets the ISchema object that owns this object. Ereditato da ISchemaOwnedObject. |
![]() |
TabularType | Gets the tabular type. Ereditato da ITabular. |
![]() |
Unaliased | Gets the ITabular object that this object is an alias for. Ereditato da ITabular. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > )(IDatabaseObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IDatabaseObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IDatabaseObject. |
![]() |
Accept< (Of < <' (T> ) > > )(IMetadataObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject. |
![]() |
Accept< (Of < <' (T> ) > > )(ISchemaOwnedObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified ISchemaOwnedObjectVisitor<(Of <(<'T>)>)> object. Ereditato da ISchemaOwnedObject. |
In alto
.gif)
.gif)