次の方法で共有


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 列挙の値です。

適用対象