Интерфейс IConstraint
Represents tabular object constraints.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public Interface IConstraint _
Inherits IMetadataObject
'Применение
Dim instance As IConstraint
public interface IConstraint : IMetadataObject
public interface class IConstraint : IMetadataObject
type IConstraint =
interface
interface IMetadataObject
end
public interface IConstraint extends IMetadataObject
Тип IConstraint обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
IsSystemNamed | Gets a value that indicates whether the constraint is named by the system or by the user. |
![]() |
Name | Gets the name of the metadata object. (Производный от IMetadataObject.) |
![]() |
Parent | Gets the ITabular object that is the parent of this object. |
![]() |
Type | Gets a ConstraintType value that indicates the constraint type. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Производный от IMetadataObject.) |
В начало