Share via


TransferSqlServerObjectsTask.CopyAllUserDefinedFunctions プロパティ

定義

すべてのユーザー定義関数をソースからターゲット データベースに転送するか、指定したユーザー定義関数のみを転送するかを示すブール型 (Boolean) の値を取得または設定します。

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 のオブジェクトのみが転送されることを示します。

実装

適用対象