Udostępnij przez


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)

Syntax

'Deklaracja
Public Sub New ( _
    database As Database _
)
public Transfer (
    Database database
)
public:
Transfer (
    Database^ database
)
public Transfer (
    Database database
)
public function Transfer (
    database : Database
)

Parameters

  • database
    A Database object that specifies the database that is the source of the transfer operation.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.