Поделиться через


ISqlConstraint.DefiningTable - свойство

Получает или задает таблицу, к которой применяется ограничение.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
Property DefiningTable As ISqlSpecifiesTable
    Get
    Set
ISqlSpecifiesTable DefiningTable { get; set; }
property ISqlSpecifiesTable^ DefiningTable {
    ISqlSpecifiesTable^ get ();
    void set (ISqlSpecifiesTable^ value);
}
abstract DefiningTable : ISqlSpecifiesTable with get, set
function get DefiningTable () : ISqlSpecifiesTable
function set DefiningTable (value : ISqlSpecifiesTable)

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

Тип: Microsoft.Data.Schema.Sql.SchemaModel.ISqlSpecifiesTable

Безопасность платформы .NET Framework

См. также

Ссылки

ISqlConstraint Интерфейс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен