ITransferSqlServerObjectsTask.IncludeDependentObjects 属性

定义

获取或设置一个值,该值指示在传输中是否包括依赖对象。

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

属性值

如果传输中包含依赖对象,则为 true;否则为 false。

适用于