다음을 통해 공유


TransferSqlServerObjectsTask.ExistingData 속성

Gets or sets a value from the ExistingData enumeration to determine whether data should be appended to existing data, or have the existing data replaced by being overwritten.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
어셈블리:  Microsoft.SqlServer.TransferSqlServerObjectsTask(Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

구문

‘선언
Public Property ExistingData As ExistingData 
    Get 
    Set
‘사용 방법
Dim instance As TransferSqlServerObjectsTask 
Dim value As ExistingData 

value = instance.ExistingData

instance.ExistingData = value
public ExistingData ExistingData { get; set; }
public:
virtual property ExistingData ExistingData {
    ExistingData get () sealed;
    void set (ExistingData value) sealed;
}
abstract ExistingData : ExistingData with get, set 
override ExistingData : ExistingData with get, set
final function get ExistingData () : ExistingData 
final function set ExistingData (value : ExistingData)

속성 값

유형: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask.ExistingData
A value from the ExistingData enumeration.

구현

ITransferSqlServerObjectsTask.ExistingData

주의

The default value is Replace.

참고 항목

참조

TransferSqlServerObjectsTask 클래스

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