Свойство TableType.Constraints

Constraints relationship class of TableType

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

Синтаксис

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

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

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

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

См. также

Справочник

TableType Класс

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