次の方法で共有


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

プロパティ値

拡張プロパティがソースからターゲット データベースに転送される場合は true。それ以外の場合は false。

適用対象