Condividi tramite


TransferStoredProceduresTask.ExecutionValue Property

Returns an object containing a count of the number of stored procedures that were transferred.

Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Assembly : Microsoft.SqlServer.TransferStoredProceduresTask (in microsoft.sqlserver.transferstoredprocedurestask.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property ExecutionValue As Object
public override Object ExecutionValue { get; }
public:
virtual property Object^ ExecutionValue {
    Object^ get () override;
}
/** @property */
public Object get_ExecutionValue ()
public override function get ExecutionValue () : Object

Valore proprietà

An object that contains the number of stored procedures that were transferred.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

TransferStoredProceduresTask Class
TransferStoredProceduresTask Members
Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask Namespace