言語

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

プロパティ値

従属オブジェクトが転送に含まれる場合に真である。そうでなければ、誤りです。

適用対象