共用方式為


IDefaultConstraint 介面

Represents a SQL Server default constraint.

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

語法

'宣告
Public Interface IDefaultConstraint _
    Inherits IMetadataObject
'用途
Dim instance As IDefaultConstraint
public interface IDefaultConstraint : IMetadataObject
public interface class IDefaultConstraint : IMetadataObject
type IDefaultConstraint =  
    interface
        interface IMetadataObject
    end
public interface IDefaultConstraint extends IMetadataObject

IDefaultConstraint 型別公開下列成員。

屬性

  名稱 說明
公用屬性 IsSystemNamed Gets a value that indicates whether the 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.
公用屬性 Text Gets the Transact-SQL statement that defines the default constraint.

上層

方法

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

上層