Свойство ITransferDatabaseTask.DestinationDatabaseFiles

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets or sets the name of the database files for the destination database.

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

Синтаксис

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

value = instance.DestinationDatabaseFiles

instance.DestinationDatabaseFiles = value
string DestinationDatabaseFiles { get; set; }
property String^ DestinationDatabaseFiles {
    String^ get ();
    void set (String^ value);
}
abstract DestinationDatabaseFiles : string with get, set
function get DestinationDatabaseFiles () : String 
function set DestinationDatabaseFiles (value : String)

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

Тип: System.String
The name of the database files for the destination database.

См. также

Справочник

ITransferDatabaseTask Интерфейс

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