This topic has not yet been rated - Rate this topic

Transfer Constructor (Database)

Initializes a new instance of the Transfer class that uses the specified database as the source of the transfer operation.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
public Transfer(
	Database database
)

Parameters

database
Type: Microsoft.SqlServer.Management.Smo.Database
A Database object that specifies the database that is the source of the transfer operation.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.