FileConnectionManagerUIArgs コンストラクター (ICollection)

この接続に固有の使用法の種類のコレクションを使用して、FileConnectionManagerUIArgs クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Design
アセンブリ:  Microsoft.SqlServer.Dts.Design (Microsoft.SqlServer.Dts.Design.dll)

構文

'宣言
Public Sub New ( _
    supportedUsageTypes As ICollection _
)
'使用
Dim supportedUsageTypes As ICollection

Dim instance As New FileConnectionManagerUIArgs(supportedUsageTypes)
public FileConnectionManagerUIArgs(
    ICollection supportedUsageTypes
)
public:
FileConnectionManagerUIArgs(
    ICollection^ supportedUsageTypes
)
new : 
        supportedUsageTypes:ICollection -> FileConnectionManagerUIArgs
public function FileConnectionManagerUIArgs(
    supportedUsageTypes : ICollection
)

パラメーター

説明

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

現在、使用法の種類としては、ファイルの作成、既存のファイル、フォルダの作成、既存のフォルダがあります。コレクションには、接続に対して有効な種類だけが含まれます。たとえば FTP タスクの場合、FTP を使用してファイルを送信する操作であれば、転送できるのは既存のファイルだけなので、ローカル パスとして有効なのは既存のファイルのみです。