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