Freigeben über


IDTSFileSystemTask.Operation-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the type of operation to perform.

Namespace:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly:  Microsoft.SqlServer.FileSystemTask (in Microsoft.SqlServer.FileSystemTask.dll)

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

IDTSFileSystemTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.FileSystemTask-Namespace