Share via


IDTSFileSystemTask.Operation Property

Definition

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the type of operation to perform.

public:
 property Microsoft::SqlServer::Dts::Tasks::FileSystemTask::DTSFileSystemOperation Operation { Microsoft::SqlServer::Dts::Tasks::FileSystemTask::DTSFileSystemOperation get(); void set(Microsoft::SqlServer::Dts::Tasks::FileSystemTask::DTSFileSystemOperation value); };
public Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSFileSystemOperation Operation { get; set; }
member this.Operation : Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSFileSystemOperation with get, set
Public Property Operation As DTSFileSystemOperation

Property Value

A value from the DTSFileSystemOperation enumeration that indicates the type of operation to perform.

Applies to