次の方法で共有


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

プロパティ値

すべてのユーザー定義関数がソースからターゲット データベースに転送される場合は true。それ以外の場合は false。

適用対象