Freigeben über


IMutableDefaultConstraint-Schnittstelle

Represents a mutable SQL Server default constraint.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Interface IMutableDefaultConstraint _
    Inherits IDefaultConstraint, IMutableMetadataObject, IMetadataObject
'Usage
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

Der IMutableDefaultConstraint-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft IsSystemNamed Gets a value that indicates whether the constraint was named by the system or a user. (Geerbt von IDefaultConstraint.)
Öffentliche Eigenschaft IsSystemNamed Gets or sets a value that indicates whether the default constraint was named by the system or a user.
Öffentliche Eigenschaft Name Gets the name of the metadata object. (Geerbt von IMetadataObject.)
Öffentliche Eigenschaft Parent Gets the IColumn object that is the parent of this object. (Geerbt von IDefaultConstraint.)
Öffentliche Eigenschaft Text Gets the Transact-SQL statement that defines the default constraint. (Geerbt von IDefaultConstraint.)
Öffentliche Eigenschaft Text Gets or sets the Transact-SQL statement that defines the default constraint.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Geerbt von IMetadataObject.)

Zum Anfang