IDTSFileSystemTask.Operation プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

実行する操作の種類を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
アセンブリ:  Microsoft.SqlServer.FileSystemTask (Microsoft.SqlServer.FileSystemTask.dll)

構文

'宣言
Property Operation As DTSFileSystemOperation 
    Get 
    Set
'使用
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)

プロパティ値

型: Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSFileSystemOperation
実行する操作の種類を示す DTSFileSystemOperation 列挙の値です。

関連項目

参照

IDTSFileSystemTask インターフェイス

Microsoft.SqlServer.Dts.Tasks.FileSystemTask 名前空間