此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets a value from the TransferAction enumeration indicating whether the task is copying or moving databases.
命名空間: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
組件: Microsoft.SqlServer.TransferDatabasesTask (在 Microsoft.SqlServer.TransferDatabasesTask.dll 中)
語法
'宣告
<TypeConverterAttribute(GetType(ActionTypeConverter))> _
Property Action As TransferAction
Get
Set
'用途
Dim instance As ITransferDatabaseTask
Dim value As TransferAction
value = instance.Action
instance.Action = value
[TypeConverterAttribute(typeof(ActionTypeConverter))]
TransferAction Action { get; set; }
[TypeConverterAttribute(typeof(ActionTypeConverter))]
property TransferAction Action {
TransferAction get ();
void set (TransferAction value);
}
[<TypeConverterAttribute(typeof(ActionTypeConverter))>]
abstract Action : TransferAction with get, set
function get Action () : TransferAction
function set Action (value : TransferAction)
屬性值
型別:Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask.TransferAction
A value from the TransferAction enumeration that indicates a move or copy action.