Compartir a través de


Interfaz IMutableDefaultConstraint

Represents a mutable SQL Server default constraint.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
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

El tipo IMutableDefaultConstraint expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública IsSystemNamed Gets a value that indicates whether the constraint was named by the system or a user. (Se hereda de IDefaultConstraint.)
Propiedad pública IsSystemNamed Gets or sets a value that indicates whether the default constraint was named by the system or a user.
Propiedad pública Name Gets the name of the metadata object. (Se hereda de IMetadataObject.)
Propiedad pública Parent Gets the IColumn object that is the parent of this object. (Se hereda de IDefaultConstraint.)
Propiedad pública Text Gets the Transact-SQL statement that defines the default constraint. (Se hereda de IDefaultConstraint.)
Propiedad pública Text Gets or sets the Transact-SQL statement that defines the default constraint.

Arriba

Métodos

  Nombre Descripción
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.)

Arriba