Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets the table constraints, only valid if data type is table.
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
Public ReadOnly Property TableConstraints As IList(Of ConstraintDefinition)
Get
'Применение
Dim instance As TableDefinition
Dim value As IList(Of ConstraintDefinition)
value = instance.TableConstraints
public IList<ConstraintDefinition> TableConstraints { get; }
public:
property IList<ConstraintDefinition^>^ TableConstraints {
IList<ConstraintDefinition^>^ get ();
}
member TableConstraints : IList<ConstraintDefinition>
function get TableConstraints () : IList<ConstraintDefinition>
Значение свойства
Тип: System.Collections.Generic.IList<ConstraintDefinition>
The table constraints.