TransferSqlServerObjectsTask.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

プロパティ値

trueは、すべてのユーザー定義関数がソースからターゲットデータベースへ転送されることを示します。 falseは UserDefinedFunctionsList 内の物体のみが転送されることを示します。

実装

適用対象