ExecutionValue 属性
Returns the number of successful operations performed by the task. This field is read-only.
命名空间: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
程序集: Microsoft.SqlServer.FileSystemTask(在 Microsoft.SqlServer.FileSystemTask.dll 中)
语法
声明
Public Overrides ReadOnly Property ExecutionValue As Object
Get
用法
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
属性值
类型: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.