Condividi tramite


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
Proprietà pubblica Name Gets the name of the metadata object. Ereditato da IMetadataObject.
Proprietà pubblica ReferencedColumn Gets the referenced column.
Proprietà pubblica ReferencingColumn Gets the referencing column.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject.

In alto