Transfer.Database Property
SQL Server 2005
Gets or sets the database from which schema or data is to be transferred to the target location.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
/** @property */ public Database get_Database () /** @property */ public void set_Database (Database value)
public function get Database () : Database public function set Database (value : Database)
Property Value
A Database object value that specifies the database from which schema or data is to be transferred to the target location.Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.