Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Public Property CopyAllDRIObjects As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if the task copies all objects related to declarative referential integrity; otherwise, false.
See Also
Reference
TransferSqlServerObjectsTask Class
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace