共用方式為


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 命名空間