言語

IDTSFileSystemTask.Operation プロパティ

定義

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

実行すべき操作の種類を取得するか設定します。

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

プロパティ値

DTSFileSystemOperation列挙の中の値で、実行すべき操作の種類を示します。

適用対象