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.