TransferStoredProceduresTask.ExecutionValue Property
Returns an object containing a count of the number of stored procedures that were transferred.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Assembly: Microsoft.SqlServer.TransferStoredProceduresTask (in Microsoft.SqlServer.TransferStoredProceduresTask.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ExecutionValue As Object
Get
'Usage
Dim instance As TransferStoredProceduresTask
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 stored procedures that were transferred.