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. |
上層