ReplicationColumn.IsIdentity 속성

정의

이 열이 ID 열인지 여부를 가져오거나 설정합니다.

public:
 property bool IsIdentity { bool get(); void set(bool value); };
public bool IsIdentity { get; set; }
member this.IsIdentity : bool with get, set
Public Property IsIdentity As Boolean

속성 값

Boolean 값입니다. true이면 참조된 열이 ID 열이고, false이면 참조된 열이 ID 열이 아닙니다.

설명

이 네임스페이스, 클래스 또는 멤버는 .NET Framework 2.0 버전에서만 지원됩니다.

적용 대상