Proprietà IDTSFileSystemTask.Operation

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the type of operation to perform.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly:  Microsoft.SqlServer.FileSystemTask (in Microsoft.SqlServer.FileSystemTask.dll)

Sintassi

'Dichiarazione
Property Operation As DTSFileSystemOperation 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSFileSystemOperation
A value from the DTSFileSystemOperation enumeration that indicates the type of operation to perform.

Vedere anche

Riferimento

IDTSFileSystemTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.FileSystemTask