Compartilhar via


Propriedade do RDL CopyAllDRIObjects

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly:  Microsoft.SqlServer.TransferSqlServerObjectsTask (em Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintaxe

'Declaração
Public Property CopyAllDRIObjects As Boolean
    Get
    Set
'Uso
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)

Valor da propriedade

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