PKConstraint 클래스
지정된 RIMARY KEY 제약 조건의 정보를 나타내는 클래스입니다.
상속 계층
System.Object
Microsoft.SqlServerCe.Management.Scripting.Schema.Constraint
Microsoft.SqlServerCe.Management.Scripting.Schema.PKConstraint
네임스페이스: Microsoft.SqlServerCe.Management.Scripting.Schema
어셈블리: Microsoft.SqlServerCe.Management.Scripting(Microsoft.SqlServerCe.Management.Scripting.dll)
구문
‘선언
Public Class PKConstraint _
Inherits Constraint
‘사용 방법
Dim instance As PKConstraint
public class PKConstraint : Constraint
public ref class PKConstraint : public Constraint
type PKConstraint =
class
inherit Constraint
end
public class PKConstraint extends Constraint
PKConstraint 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.