TransferDatabaseTask.SourceDatabaseFiles Property

Definition

Gets or sets a String containing the names of the source database files to transfer.

public:
 property System::String ^ SourceDatabaseFiles { System::String ^ get(); void set(System::String ^ value); };
public string SourceDatabaseFiles { get; set; }
member this.SourceDatabaseFiles : string with get, set
Public Property SourceDatabaseFiles As String

Property Value

A String that contains the names of the data and log files to transfer from the source database. If multiple files are specified, they are delimited with a semi-colon.

Implements

Applies to