MultiFileConnectionManagerUIArgs コンストラクター (ICollection)
この接続に固有な使用法の種類 DTSFileConnectionUsageType のコレクションを使用して、MultiFileConnectionManagerUIArgs クラスの新しいインスタンスを初期化します。
名前空間: 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 MultiFileConnectionManagerUIArgs(supportedUsageTypes)
public MultiFileConnectionManagerUIArgs(
ICollection supportedUsageTypes
)
public:
MultiFileConnectionManagerUIArgs(
ICollection^ supportedUsageTypes
)
new :
supportedUsageTypes:ICollection -> MultiFileConnectionManagerUIArgs
public function MultiFileConnectionManagerUIArgs(
supportedUsageTypes : ICollection
)
パラメーター
- supportedUsageTypes
型: System.Collections. . :: . .ICollection
選択に使用できる DTSFileConnectionUsageType 列挙のコレクションです。
説明
空のコレクションは、すべての使用法の種類がサポートされていることを意味します。
現在、使用法の種類としては、ファイルの作成、既存のファイル、フォルダの作成、既存のフォルダがあります。コレクションには、接続に対して有効な種類だけが含まれます。たとえば FTP タスクの場合、FTP を使用してファイルを送信する操作であれば、転送できるのは既存のファイルだけなので、ローカル パスとして有効なのは既存のファイルのみです。