Поделиться через


Свойство 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)