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.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Tasks.FileSystemTask 命名空间