IncludeUsers Property (DTS)

The IncludeUsers property specifies whether the database users on the source will be scripted and transferred during on object transfer operation.

Applies To
TransferObjectsTask Object  

Syntax

object.IncludeUsers[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether the database users on the source will be scripted and transferred

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetIncludeUsers(VARIANT_BOOL *pRetVal);

HRESULT SetIncludeUsers(VARIANT_BOOL NewValue);

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

  


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