TransferDatabaseTask.SourceDatabaseFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.