言語

ITransferSqlServerObjectsTask.CopyAllUserDefinedFunctions プロパティ

定義

すべてのユーザー定義関数がソースからターゲットデータベースへ転送されているかどうかを示す値を取得または設定します。

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

プロパティ値

すべてのユーザー定義関数がソースからターゲットデータベースに転送されている場合は真です。そうでなければ、誤りです。

適用対象