共用方式為


FileSystemTask.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.

請參閱

參考

FileSystemTask 類別

Microsoft.SqlServer.Dts.Tasks.FileSystemTask 命名空間