Поделиться через


Свойство TransferSqlServerObjectsTask.DestinationDatabase

Gets or sets a String containing the name of the destination database.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Сборка:  Microsoft.SqlServer.TransferSqlServerObjectsTask (в Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Синтаксис

'Декларация
Public Property DestinationDatabase As String 
    Get 
    Set
'Применение
Dim instance As TransferSqlServerObjectsTask 
Dim value As String 

value = instance.DestinationDatabase

instance.DestinationDatabase = value
public string DestinationDatabase { get; set; }
public:
virtual property String^ DestinationDatabase {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract DestinationDatabase : string with get, set 
override DestinationDatabase : string with get, set
final function get DestinationDatabase () : String 
final function set DestinationDatabase (value : String)

Значение свойства

Тип: System.String
A String that contains the name of the database at the destination.

Реализует

ITransferSqlServerObjectsTask.DestinationDatabase

См. также

Справочник

TransferSqlServerObjectsTask Класс

Пространство имен Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask