TransferDatabaseTask.SourceDatabaseFiles 属性

定义

获取或设置一个字符串,其中包含要传输的源数据库文件的名称。

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

属性值

一个字符串,其中包含要从源数据库传输的数据和日志文件的名称。 如果指定了多个文件,则它们以分号分隔。

实现

适用于