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

プロパティ値

利用可能な使用タイプを含むコレクションです。

注釈

空のコレクションはすべての使用タイプがサポートされていることを意味します。

現在の使用タイプは、Create file、Existing file、Create folder、Existing folderです。 コレクションには接続に有効な型のみが含まれています。 例えば、FTPタスクでFTPを使ってファイルを送信する操作の場合、ローカルパスは既存のファイルのみにできます。なぜなら、転送できるのは既存のファイルだけだからです。

適用対象