다음을 통해 공유


ITransferDatabaseTask.Action 속성

이 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.

참고 항목

참조

ITransferDatabaseTask 인터페이스

Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask 네임스페이스