此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets the name of the database at the destination.
命名空間: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
組件: Microsoft.SqlServer.TransferDatabasesTask (在 Microsoft.SqlServer.TransferDatabasesTask.dll 中)
語法
'宣告
Property DestinationDatabaseName As String
Get
Set
'用途
Dim instance As ITransferDatabaseTask
Dim value As String
value = instance.DestinationDatabaseName
instance.DestinationDatabaseName = value
string DestinationDatabaseName { get; set; }
property String^ DestinationDatabaseName {
String^ get ();
void set (String^ value);
}
abstract DestinationDatabaseName : string with get, set
function get DestinationDatabaseName () : String
function set DestinationDatabaseName (value : String)
屬性值
型別:System.String
The name of the database at the destination.