Freigeben über


IDTSFileSystemTask-Schnittstelle

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

Defines the properties for the FileSystemTask.

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

Syntax

'Declaration
Public Interface IDTSFileSystemTask
'Usage
Dim instance As IDTSFileSystemTask
public interface IDTSFileSystemTask
public interface class IDTSFileSystemTask
type IDTSFileSystemTask =  interface end
public interface IDTSFileSystemTask

Der IDTSFileSystemTask-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Attributes Infrastruktur Gets or sets the attributes to apply to the file or directory.
Öffentliche Eigenschaft Destination Infrastruktur Gets or sets the destination folder or file.
Öffentliche Eigenschaft IsDestinationPathVariable Infrastruktur Gets or sets a value that indicates whether destination information is located in a package variable.
Öffentliche Eigenschaft IsSourcePathVariable Infrastruktur Gets or sets a value that indicates whether the source information is located in a package variable.
Öffentliche Eigenschaft Operation Infrastruktur Gets or sets the type of operation to perform.
Öffentliche Eigenschaft OperationName Infrastruktur Gets or sets the name of the operation.
Öffentliche Eigenschaft OverwriteDestinationFile Infrastruktur Gets or sets a value that indicates whether the task will overwrite destination files.
Öffentliche Eigenschaft Source Infrastruktur Gets or sets the source file or directory.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.FileSystemTask-Namespace