다음을 통해 공유


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 네임스페이스