Свойство Constraints
Gets a collection of table constraints.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property Constraints As IMetadataCollection(Of IConstraint)
Get
'Применение
Dim instance As IDatabaseTable
Dim value As IMetadataCollection(Of IConstraint)
value = instance.Constraints
IMetadataCollection<IConstraint> Constraints { get; }
property IMetadataCollection<IConstraint^>^ Constraints {
IMetadataCollection<IConstraint^>^ get ();
}
abstract Constraints : IMetadataCollection<IConstraint>
function get Constraints () : IMetadataCollection<IConstraint>
Значение свойства
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IConstraint> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IConstraint that contains all the table constraints.