次の方法で共有


CopyAllUserDefinedFunctions プロパティ

転送操作で転送元データベースから転送先データベースに SQL Server のすべてのユーザー定義関数をコピーするかどうかを示す Boolean プロパティ値を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)

構文

'宣言
Public Property CopyAllUserDefinedFunctions As Boolean
    Get
    Set
'使用
Dim instance As Transfer
Dim value As Boolean

value = instance.CopyAllUserDefinedFunctions

instance.CopyAllUserDefinedFunctions = value
public bool CopyAllUserDefinedFunctions { get; set; }
public:
property bool CopyAllUserDefinedFunctions {
    bool get ();
    void set (bool value);
}
member CopyAllUserDefinedFunctions : bool with get, set
function get CopyAllUserDefinedFunctions () : boolean
function set CopyAllUserDefinedFunctions (value : boolean)

プロパティ値

型: System. . :: . .Boolean
転送操作で SQL Server のユーザー定義関数をコピーするかどうかを示す Boolean 値です。
True の場合、SQL Server のすべてのユーザー定義関数を転送元データベースから転送先データベースにコピーします。 False (既定値) の場合、コピーしません。

使用例

データの転送