IncludeDependencies Property (DTS)

The IncludeDependencies property specifies whether dependent objects will be scripted and transferred during an object transfer operation.

Applies To
TransferObjectsTask Object  

Syntax

object.IncludeDependencies[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether dependent objects will be scripted and transferred

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetIncludeDependencies(VARIANT_BOOL *pRetVal);

HRESULT SetIncludeDependencies(VARIANT_BOOL NewValue);

See Also
CopyAllObjects Property DropDestinationObjectsFirst Property
CopyData Property IncludeLogins Property
CopySchema Property IncludeUsers Property

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.