Interface IMutableCheckConstraint
Represents a mutable SQL Server CHECK constraint.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Interface IMutableCheckConstraint _
Inherits ICheckConstraint, IMutableConstraint, IConstraint, IMutableMetadataObject, _
IMetadataObject
'Uso
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
O tipo IMutableCheckConstraint expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
IsChecked | Gets a value that indicates whether the CHECK constraint applies to new data only or also to existing data. (Herdado de 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. (Herdado de 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. (Herdado de IConstraint.) |
![]() |
IsSystemNamed | Gets or sets a value that indicates whether the constraint is named by the system or by the user. (Herdado de IMutableConstraint.) |
![]() |
Name | Gets the name of the metadata object. (Herdado de IMetadataObject.) |
![]() |
NotForReplication | Gets a value that indicates whether the check constraint is not for replication. (Herdado de 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. (Herdado de IConstraint.) |
![]() |
Text | Gets the Transact-SQL statement that defines the CHECK constraint. (Herdado de ICheckConstraint.) |
![]() |
Text | Gets or sets the Transact-SQL statement that defines the CHECK constraint. |
![]() |
Type | Gets a ConstraintType value that indicates the constraint type. (Herdado de IConstraint.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.) |
Início