Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an object containing the count of the number of objects transferred.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ExecutionValue As Object
Get
'Usage
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
Property Value
Type: System.Object
An object that contains the number of objects transferred.
See Also
Reference
TransferSqlServerObjectsTask Class
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace