共用方式為


PreserveDbo 屬性

Gets or sets the Boolean property value that specifies are retained through the transfer process.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)

語法

'宣告
Public Property PreserveDbo As Boolean
    Get
    Set
'用途
Dim instance As Transfer
Dim value As Boolean

value = instance.PreserveDbo

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

屬性值

型別:System. . :: . .Boolean
A Boolean value that specifies whether all SQL Server User-Defined Table Types are copied in the transfer operation.
If True, SQL Server DBO ownerships are copied from the source database to the target database. Otherwise, False (default).

範例

傳送資料

請參閱

參考

其他資源

User-Defined Table Types