Свойство CheckConstraint.Host

Host relationship class of CheckConstraint

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

Синтаксис

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

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

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

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

См. также

Справочник

CheckConstraint Класс

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