IncludeDependencies Property

DTS Programming

DTS Programming

IncludeDependencies Property

The IncludeDependencies property specifies whether dependent objects are scripted and transferred during a transfer of Microsoft® SQL Server™ objects.

Applies To
TransferObjectsTask Object TransferObjectsTask2 Object
Syntax

object.IncludeDependencies[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value A value indicating whether dependent objects are scripted and transferred

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetIncludeDependencies(VARIANT_BOOL *pRetVal);

HRESULT SetIncludeDependencies(VARIANT_BOOL NewValue);

Remarks

The default is FALSE.

See Also

CopyAllObjects Property

CopyData Property

CopySchema Property

DropDestinationObjectsFirst Property

IncludeLogins Property

IncludeUsers Property