The IncludeLogins property specifies whether the logins on the source are scripted and transferred during a transfer of Microsoft® SQL Server™ objects.
object.IncludeLogins[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | A value indicating whether the logins on the source are scripted and transferred |
Boolean
Read/write
HRESULT GetIncludeLogins(VARIANT_BOOL *pRetVal);
HRESULT SetIncludeLogins(VARIANT_BOOL NewValue);
The default is FALSE.