TransferSqlServerObjectsTask.CopyAllDRIObjects 속성

정의

태스크에서 DRI(선언된 참조 무결성)와 관련된 모든 개체를 복사할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

태스크가 선언적 참조 무결성과 관련된 모든 개체를 복사하면 true입니다. 그렇지 않으면 false입니다.

적용 대상