다음을 통해 공유


Constraint.ConstraintType 속성

Constraint가 나타내는 제약 조건의 유형을 가져옵니다.

네임스페이스:  Microsoft.SqlServerCe.Management.Scripting.Schema
어셈블리:  Microsoft.SqlServerCe.Management.Scripting(Microsoft.SqlServerCe.Management.Scripting.dll)

구문

‘선언
Public ReadOnly Property ConstraintType As ConstraintType
    Get
‘사용 방법
Dim instance As Constraint
Dim value As ConstraintType

value = instance.ConstraintType
public ConstraintType ConstraintType { get; }
public:
property ConstraintType ConstraintType {
    ConstraintType get ();
}
member ConstraintType : ConstraintType
function get ConstraintType () : ConstraintType

속성 값

유형: Microsoft.SqlServerCe.Management.Scripting.Schema.ConstraintType
제약 조건 유형입니다.

참고 항목

참조

Constraint 클래스

Microsoft.SqlServerCe.Management.Scripting.Schema 네임스페이스