ITransferSqlServerObjectsTask.IncludeDependentObjects Property

Definition

Gets or sets a value that indicates whether the dependent objects are included in the transfer.

public:
 property bool IncludeDependentObjects { bool get(); void set(bool value); };
public bool IncludeDependentObjects { get; set; }
member this.IncludeDependentObjects : bool with get, set
Public Property IncludeDependentObjects As Boolean

Property Value

true if dependent objects are included in the transfer; otherwise, false.

Applies to