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를 사용하여 파일을 보내는 작업인 경우 로컬 경로는 기존 파일만 전송할 수 있으므로 기존 파일만 될 수 있습니다.

적용 대상