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

속성 값

true이 복제 연결이 KCC에 의해 생성된 경우 그렇지 않으면 . false

예외

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

적용 대상