Интерфейс IMutableCheckConstraint
Represents a mutable SQL Server CHECK constraint.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public Interface IMutableCheckConstraint _
Inherits ICheckConstraint, IMutableConstraint, IConstraint, IMutableMetadataObject, _
IMetadataObject
'Применение
Dim instance As IMutableCheckConstraint
public interface IMutableCheckConstraint : ICheckConstraint,
IMutableConstraint, IConstraint, IMutableMetadataObject, IMetadataObject
public interface class IMutableCheckConstraint : ICheckConstraint,
IMutableConstraint, IConstraint, IMutableMetadataObject, IMetadataObject
type IMutableCheckConstraint =
interface
interface ICheckConstraint
interface IMutableConstraint
interface IConstraint
interface IMutableMetadataObject
interface IMetadataObject
end
public interface IMutableCheckConstraint extends ICheckConstraint, IMutableConstraint, IConstraint, IMutableMetadataObject, IMetadataObject
Тип IMutableCheckConstraint обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
IsChecked | Gets a value that indicates whether the CHECK constraint applies to new data only or also to existing data. (Производный от ICheckConstraint.) |
![]() |
IsChecked | Gets or sets a value that indicates whether the CHECK constraint applies to new data only or also to existing data. |
![]() |
IsEnabled | Gets a value that indicates whether the CHECK constraint is enabled. (Производный от ICheckConstraint.) |
![]() |
IsEnabled | Gets or sets a value that indicates whether the CHECK constraint is enabled. |
![]() |
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. (Производный от IMutableConstraint.) |
![]() |
Name | Gets the name of the metadata object. (Производный от IMetadataObject.) |
![]() |
NotForReplication | Gets a value that indicates whether the check constraint is not for replication. (Производный от ICheckConstraint.) |
![]() |
NotForReplication | Gets or sets a value that indicates whether the check constraint is not for replication. |
![]() |
Parent | Gets the ITabular object that is the parent of this object. (Производный от IConstraint.) |
![]() |
Text | Gets the Transact-SQL statement that defines the CHECK constraint. (Производный от ICheckConstraint.) |
![]() |
Text | Gets or sets the Transact-SQL statement that defines the CHECK constraint. |
![]() |
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)