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. |
맨 위로 이동