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

屬性值

若所有使用者自訂函式都從來源轉移到目標資料庫,則為真;否則,則為錯誤。

適用於