Interfaccia IForeignKeyColumn
Represents a SQL Server foreign key column.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public Interface IForeignKeyColumn _
Inherits IMetadataObject
'Utilizzo
Dim instance As IForeignKeyColumn
public interface IForeignKeyColumn : IMetadataObject
public interface class IForeignKeyColumn : IMetadataObject
type IForeignKeyColumn =
interface
interface IMetadataObject
end
public interface IForeignKeyColumn extends IMetadataObject
Nel tipo IForeignKeyColumn sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
Name | Gets the name of the metadata object. Ereditato da IMetadataObject. |
![]() |
ReferencedColumn | Gets the referenced column. |
![]() |
ReferencingColumn | Gets the referencing column. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject. |
In alto
.gif)
.gif)