Свойство ForeignKeyConstraint.ForeignTable

ForeignTable relationship class of ForeignKeyConstraint

Пространство имен:  Microsoft.SqlServer.Dac.Model
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public Shared Property ForeignTable As ModelRelationshipClass 
    Get 
    Friend Set
'Применение
Dim value As ModelRelationshipClass 

value = ForeignKeyConstraint.ForeignTable
public static ModelRelationshipClass ForeignTable { get; internal set; }
public:
static property ModelRelationshipClass^ ForeignTable {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member ForeignTable : ModelRelationshipClass with get, internal set
static function get ForeignTable () : ModelRelationshipClass 
internal static function set ForeignTable (value : ModelRelationshipClass)

Значение свойства

Тип: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

См. также

Справочник

ForeignKeyConstraint Класс

Пространство имен Microsoft.SqlServer.Dac.Model