Operation プロパティ

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

名前空間:  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)