The IncludeUsers property specifies whether the database users on the source are scripted and transferred during the transfer of Microsoft® SQL Server™ objects.
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 |
Boolean
Read/write
HRESULT GetIncludeUsers(VARIANT_BOOL *pRetVal);
HRESULT SetIncludeUsers(VARIANT_BOOL NewValue);
The default is FALSE.