IDTSFileSystemTask.Operation Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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