次の方法で共有


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 を使用してファイルを送信する操作であれば、転送できるのは既存のファイルだけなので、ローカル パスとして有効なのは既存のファイルのみです。

適用対象