IDTSFileSystemTask 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Defines the properties for the FileSystemTask.
命名空间: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
程序集: Microsoft.SqlServer.FileSystemTask(在 Microsoft.SqlServer.FileSystemTask.dll 中)
语法
声明
Public Interface IDTSFileSystemTask
用法
Dim instance As IDTSFileSystemTask
public interface IDTSFileSystemTask
public interface class IDTSFileSystemTask
type IDTSFileSystemTask = interface end
public interface IDTSFileSystemTask
IDTSFileSystemTask 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Attributes | 基础结构。Gets or sets the attributes to apply to the file or directory. |
![]() |
Destination | 基础结构。Gets or sets the destination folder or file. |
![]() |
IsDestinationPathVariable | 基础结构。Gets or sets a value that indicates whether destination information is located in a package variable. |
![]() |
IsSourcePathVariable | 基础结构。Gets or sets a value that indicates whether the source information is located in a package variable. |
![]() |
Operation | 基础结构。Gets or sets the type of operation to perform. |
![]() |
OperationName | 基础结构。Gets or sets the name of the operation. |
![]() |
OverwriteDestinationFile | 基础结构。Gets or sets a value that indicates whether the task will overwrite destination files. |
![]() |
Source | 基础结构。Gets or sets the source file or directory. |
页首