Interface IMutableDefaultConstraint
Represents a mutable SQL Server default constraint.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Interface IMutableDefaultConstraint _
Inherits IDefaultConstraint, IMutableMetadataObject, IMetadataObject
'Uso
Dim instance As IMutableDefaultConstraint
public interface IMutableDefaultConstraint : IDefaultConstraint,
IMutableMetadataObject, IMetadataObject
public interface class IMutableDefaultConstraint : IDefaultConstraint,
IMutableMetadataObject, IMetadataObject
type IMutableDefaultConstraint =
interface
interface IDefaultConstraint
interface IMutableMetadataObject
interface IMetadataObject
end
public interface IMutableDefaultConstraint extends IDefaultConstraint, IMutableMetadataObject, IMetadataObject
O tipo IMutableDefaultConstraint expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
IsSystemNamed | Gets a value that indicates whether the constraint was named by the system or a user. (Herdado de IDefaultConstraint.) | |
IsSystemNamed | Gets or sets a value that indicates whether the default constraint was named by the system or a user. | |
Name | Gets the name of the metadata object. (Herdado de IMetadataObject.) | |
Parent | Gets the IColumn object that is the parent of this object. (Herdado de IDefaultConstraint.) | |
Text | Gets the Transact-SQL statement that defines the default constraint. (Herdado de IDefaultConstraint.) | |
Text | Gets or sets the Transact-SQL statement that defines the default constraint. |
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