IncludeUsers Property

DTS Programming

DTS Programming

IncludeUsers Property

The IncludeUsers property specifies whether the database users on the source are scripted and transferred during the transfer of Microsoft® SQL Server™ objects.

Applies To
TransferObjectsTask Object TransferObjectsTask2 Object
Syntax

object.IncludeUsers[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Boolean that specifies whether the database users on the source are scripted and transferred

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetIncludeUsers(VARIANT_BOOL *pRetVal);

HRESULT SetIncludeUsers(VARIANT_BOOL NewValue);

Remarks

The default is FALSE.

See Also

CopyAllObjects Property

CopyData Property

CopySchema Property

DropDestinationObjectsFirst Property

IncludeDependencies Property

IncludeLogins Property