CopyAllDRIObjects 속성

Gets or sets a value that indicates whether the task copies all objects that are related to declarative referential integrity (DRI).

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
어셈블리:  Microsoft.SqlServer.TransferSqlServerObjectsTask(Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

구문

‘선언
Public Property CopyAllDRIObjects As Boolean
    Get
    Set
‘사용 방법
Dim instance As TransferSqlServerObjectsTask
Dim value As Boolean

value = instance.CopyAllDRIObjects

instance.CopyAllDRIObjects = value
public bool CopyAllDRIObjects { get; set; }
public:
property bool CopyAllDRIObjects {
    bool get ();
    void set (bool value);
}
member CopyAllDRIObjects : bool with get, set
function get CopyAllDRIObjects () : boolean
function set CopyAllDRIObjects (value : boolean)

속성 값

유형: System. . :: . .Boolean
true if the task copies all objects related to declarative referential integrity; otherwise, false.