IConstraintFactory 인터페이스

Defines methods that are used to create constraint objects.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Interface IConstraintFactory
‘사용 방법
Dim instance As IConstraintFactory
public interface IConstraintFactory
public interface class IConstraintFactory
type IConstraintFactory =  interface end
public interface IConstraintFactory

IConstraintFactory 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 CreateCheckConstraint Creates an IMutableCheckConstraint object that has the specified name.
공용 메서드 CreateDefaultConstraint Creates an IMutableDefaultConstraint object that has the specified name.
공용 메서드 CreateForeignKeyColumn Creates an IForeignKeyColumn object that has the specified referencing and referenced IColumn objects.
공용 메서드 CreateForeignKeyConstraint Creates an IMutableForeignKeyConstraint object that belongs to the specified ITable and has the specified name.
공용 메서드 CreatePrimaryKeyConstraint Creates an IPrimaryKeyConstraint object that is associated with the specified IRelationalIndex object.
공용 메서드 CreateUniqueConstraint Creates an IuniqueConstraint object that is associated with the specified IRelationalIndex object.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스