ITransferSqlServerObjectsTask.IncludeExtendedProperties プロパティ

定義

拡張プロパティがソースからターゲットデータベースへ転送されるかどうかを示す値を取得または設定します。

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

プロパティ値

拡張プロパティがソースからターゲットデータベースに転送された場合は真です。そうでなければ、誤りです。

適用対象