Właściwość IDTSFileSystemTask.Operation
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Zestaw: Microsoft.SqlServer.FileSystemTask (w Microsoft.SqlServer.FileSystemTask.dll)
Składnia
'Deklaracja
Property Operation As DTSFileSystemOperation
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSFileSystemOperation
Zobacz także