ReplicationConnection.GeneratedByKcc 속성

정의

이 복제 연결이 KCC(정보 일관성 검사기)에서 생성되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

이 복제 연결이 KCC에서 생성되었으면 true이고, 그렇지 않으면 false입니다.

예외

현재 개체가 삭제되었습니다.

적용 대상