ExecutionValue 属性

Returns an object containing the count of the number of objects transferred.

命名空间:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
程序集:  Microsoft.SqlServer.TransferSqlServerObjectsTask(在 Microsoft.SqlServer.TransferSqlServerObjectsTask.dll 中)

语法

声明
Public Overrides ReadOnly Property ExecutionValue As Object
    Get
用法
Dim instance As TransferSqlServerObjectsTask
Dim value As Object

value = instance.ExecutionValue
public override Object ExecutionValue { get; }
public:
virtual property Object^ ExecutionValue {
    Object^ get () override;
}
abstract ExecutionValue : Object
override ExecutionValue : Object
override function get ExecutionValue () : Object

属性值

类型:System. . :: . .Object
An object that contains the number of objects transferred.