TransferStoredProceduresTask.ExecutionValue Propiedad
Returns an object containing a count of the number of stored procedures that were transferred.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Ensamblado: Microsoft.SqlServer.TransferStoredProceduresTask (en Microsoft.SqlServer.TransferStoredProceduresTask.dll)
Sintaxis
'Declaración
Public Overrides ReadOnly Property ExecutionValue As Object
Get
'Uso
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
Valor de la propiedad
Tipo: System.Object
An object that contains the number of stored procedures that were transferred.
Vea también
Referencia
TransferStoredProceduresTask Clase
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask