IDTSFileSystemTask.Operation 속성

정의

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

수행할 작업 유형을 가져오거나 설정합니다.

public:
 property Microsoft::SqlServer::Dts::Tasks::FileSystemTask::DTSFileSystemOperation Operation { Microsoft::SqlServer::Dts::Tasks::FileSystemTask::DTSFileSystemOperation get(); void set(Microsoft::SqlServer::Dts::Tasks::FileSystemTask::DTSFileSystemOperation value); };
public Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSFileSystemOperation Operation { get; set; }
member this.Operation : Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSFileSystemOperation with get, set
Public Property Operation As DTSFileSystemOperation

속성 값

수행할 작업 유형을 나타내는 DTSFileSystemOperation 열거형의 값입니다.

적용 대상