Interfaccia ITable
Represents a SQL Server database table.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public Interface ITable _
Inherits ITableViewBase, IDatabaseTable, ITabular, ISchemaOwnedObject, _
IDatabaseObject, IMetadataObject
'Utilizzo
Dim instance As ITable
public interface ITable : ITableViewBase, IDatabaseTable,
ITabular, ISchemaOwnedObject, IDatabaseObject, IMetadataObject
public interface class ITable : ITableViewBase,
IDatabaseTable, ITabular, ISchemaOwnedObject, IDatabaseObject, IMetadataObject
type ITable =
interface
interface ITableViewBase
interface IDatabaseTable
interface ITabular
interface ISchemaOwnedObject
interface IDatabaseObject
interface IMetadataObject
end
public interface ITable extends ITableViewBase, IDatabaseTable, ITabular, ISchemaOwnedObject, IDatabaseObject, IMetadataObject
Nel tipo ITable 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. |
![]() |
IsQuotedIdentifierOn | Gets a Boolean value that indicates whether the quoted identifier option is on. Ereditato da ITableViewBase. |
![]() |
IsSystemObject | Gets a value that indicates whether this is a system object. Ereditato da IDatabaseObject. |
![]() |
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. |
![]() |
Triggers | Gets a collection of DML triggers. Ereditato da ITableViewBase. |
![]() |
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)