언어

FileConnectionManagerUIArgs.SupportedUsageTypes 속성

정의

사용 가능한 사용 유형을 포함하는 컬렉션을 받거나 설정합니다. 유효한 사용 유형은 에서 DTSFileConnectionUsageType정의됩니다.

public:
 property System::Collections::ICollection ^ SupportedUsageTypes { System::Collections::ICollection ^ get(); void set(System::Collections::ICollection ^ value); };
public System.Collections.ICollection SupportedUsageTypes { get; set; }
member this.SupportedUsageTypes : System.Collections.ICollection with get, set
Public Property SupportedUsageTypes As ICollection

속성 값

사용 가능한 사용 유형을 포함하는 컬렉션입니다.

설명

빈 컬렉션은 모든 사용 유형이 지원됨을 의미합니다.

현재 사용 유형은 파일 생성, 기존 파일, 폴더 생성, 기존 폴더입니다. 이 컬렉션은 연결에 유효한 타입만 포함합니다. 예를 들어, FTP 작업에서 FTP로 파일을 전송하는 작업이라면, 로컬 경로는 기존 파일만 전송할 수 있으므로 기존 파일만 사용할 수 있습니다.

적용 대상