ITransferSqlServerObjectsTask.DestinationDatabase Property

This API supports the infrastructure and is not intended to be used directly from your code.

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