ITransferSqlServerObjectsTask.DestinationDatabase Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the name of the destination database.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Property DestinationDatabase As String
Get
Set
'Usage
Dim instance As ITransferSqlServerObjectsTask
Dim value As String
value = instance.DestinationDatabase
instance.DestinationDatabase = value
string DestinationDatabase { get; set; }
property String^ DestinationDatabase {
String^ get ();
void set (String^ value);
}
abstract DestinationDatabase : string with get, set
function get DestinationDatabase () : String
function set DestinationDatabase (value : String)
Property Value
Type: System.String
The name of the destination database.
See Also
Reference
ITransferSqlServerObjectsTask Interface
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace