IDTSFileSystemTask.Operation Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the type of operation to perform.
Namespace: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly: Microsoft.SqlServer.FileSystemTask (in Microsoft.SqlServer.FileSystemTask.dll)
Syntax
'Declaration
Property Operation As DTSFileSystemOperation
Get
Set
'Usage
Dim instance As IDTSFileSystemTask
Dim value As DTSFileSystemOperation
value = instance.Operation
instance.Operation = value
DTSFileSystemOperation Operation { get; set; }
property DTSFileSystemOperation Operation {
DTSFileSystemOperation get ();
void set (DTSFileSystemOperation value);
}
abstract Operation : DTSFileSystemOperation with get, set
function get Operation () : DTSFileSystemOperation
function set Operation (value : DTSFileSystemOperation)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSFileSystemOperation
A value from the DTSFileSystemOperation enumeration that indicates the type of operation to perform.