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

屬性值

ICollection

包含可用使用類型的集合。

備註

空集合表示支援所有使用類型。

使用類型目前為 [建立檔案]、[現有檔案]、[建立資料夾] 和 [現有資料夾]。 集合只包含對連接有效的類型。 例如,在 FTP 工作中,如果作業是使用 FTP 傳送檔案,則本機路徑只能是現有的檔案,因為您只能傳輸現有的檔案。

適用於