UQConstraint 클래스

지정된 UNIQUE KEY 제약 조건의 정보를 나타냅니다.

상속 계층

System.Object
  Microsoft.SqlServerCe.Management.Scripting.Schema.Constraint
    Microsoft.SqlServerCe.Management.Scripting.Schema.UQConstraint

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

구문

‘선언
Public Class UQConstraint _
    Inherits Constraint
‘사용 방법
Dim instance As UQConstraint
public class UQConstraint : Constraint
public ref class UQConstraint : public Constraint
type UQConstraint =  
    class
        inherit Constraint
    end
public class UQConstraint extends Constraint

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

속성

  이름 설명
공용 속성 Columns 지정된 제약 조건에 참여하는 열의 목록을 가져옵니다. (Constraint에서 상속)
공용 속성 ConstraintType Constraint 가 나타내는 제약 조건의 유형을 가져옵니다. (Constraint에서 상속)
공용 속성 Name 지정된 Constraint 개체의 제약 조건 이름을 가져옵니다. (Constraint에서 상속)
공용 속성 TableName 지정된 Constraint 개체의 테이블 이름을 가져옵니다. (Constraint에서 상속)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속)
보호된 메서드 Finalize (Object에서 상속)
공용 메서드 GetHashCode (Object에서 상속)
공용 메서드 GetType (Object에서 상속)
보호된 메서드 MemberwiseClone (Object에서 상속)
공용 메서드 ToString (Object에서 상속)

맨 위로 이동

스레드 보안

이 형식의 모든 public static(Microsoft Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

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