IDTSFileSystemTask Interface
This API supports the infrastructure and is not intended to be used directly from your code.
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
The IDTSFileSystemTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
Attributes | Infrastructure. | |
Destination | Infrastructure. | |
IsDestinationPathVariable | Infrastructure. | |
IsSourcePathVariable | Infrastructure. | |
Operation | Infrastructure. | |
OperationName | Infrastructure. | |
OverwriteDestinationFile | Infrastructure. | |
Source | Infrastructure. |
Top