共用方式為


IMutableDefaultConstraint 介面

Represents a mutable SQL Server default constraint.

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
Public Interface IMutableDefaultConstraint _
    Inherits IDefaultConstraint, IMutableMetadataObject, IMetadataObject
'用途
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

IMutableDefaultConstraint 型別公開下列成員。

屬性

  名稱 說明
公用屬性 IsSystemNamed Gets a value that indicates whether the constraint was named by the system or a user. (繼承自 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. (繼承自 IMetadataObject。)
公用屬性 Parent Gets the IColumn object that is the parent of this object. (繼承自 IDefaultConstraint。)
公用屬性 Text Gets the Transact-SQL statement that defines the default constraint. (繼承自 IDefaultConstraint。)
公用屬性 Text Gets or sets the Transact-SQL statement that defines the default constraint.

上層

方法

  名稱 說明
公用方法 Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (繼承自 IMetadataObject。)

上層