TransferSqlServerObjectsTask.DestinationDatabase 属性

定义

获取或设置包含目标数据库名称的字符串。

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

属性值

包含目标数据库名称的字符串。

实现

适用于