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