Свойство DestinationDatabaseFiles
Gets or sets a String containing the name of the database files for the destination database.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Сборка: Microsoft.SqlServer.TransferDatabasesTask (в Microsoft.SqlServer.TransferDatabasesTask.dll)
Синтаксис
'Декларация
Public Property DestinationDatabaseFiles As String
Get
Set
'Применение
Dim instance As TransferDatabaseTask
Dim value As String
value = instance.DestinationDatabaseFiles
instance.DestinationDatabaseFiles = value
public string DestinationDatabaseFiles { get; set; }
public:
virtual property String^ DestinationDatabaseFiles {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract DestinationDatabaseFiles : string with get, set
override DestinationDatabaseFiles : string with get, set
final function get DestinationDatabaseFiles () : String
final function set DestinationDatabaseFiles (value : String)
Значение свойства
Тип: System. . :: . .String
A String that contains the name of the data and log files for the destination database.
Реализует
Замечания
Multiple file names are delimited by semi-colons.