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.