Compartir a través de


FileSystemTask.ExecutionValue Propiedad

Returns the number of successful operations performed by the task. This field is read-only.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Ensamblado:  Microsoft.SqlServer.FileSystemTask (en Microsoft.SqlServer.FileSystemTask.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property ExecutionValue As Object 
    Get
'Uso
Dim instance As FileSystemTask 
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 Integer indicating the number of successful operations performed by the task. For files, it represents the number of files affected by the operation. If the operation affects only one directory, the number returned is 1.

Vea también

Referencia

FileSystemTask Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.FileSystemTask