ファイル接続マネージャーを作成または編集するときに、SSIS デザイナーがファイル接続マネージャー エディターで表示する引数のコンテキストを提供します。
継承階層
System.Object
Microsoft.SqlServer.Dts.Runtime.Design.ConnectionManagerUIArgs
Microsoft.SqlServer.Dts.Runtime.Design.FileConnectionManagerUIArgs
Microsoft.SqlServer.Dts.Runtime.Design.MultiFileConnectionManagerUIArgs
名前空間: Microsoft.SqlServer.Dts.Runtime.Design
アセンブリ: Microsoft.SqlServer.Dts.Design (Microsoft.SqlServer.Dts.Design.dll)
構文
'宣言
Public Class FileConnectionManagerUIArgs _
Inherits ConnectionManagerUIArgs
'使用
Dim instance As FileConnectionManagerUIArgs
public class FileConnectionManagerUIArgs : ConnectionManagerUIArgs
public ref class FileConnectionManagerUIArgs : public ConnectionManagerUIArgs
type FileConnectionManagerUIArgs =
class
inherit ConnectionManagerUIArgs
end
public class FileConnectionManagerUIArgs extends ConnectionManagerUIArgs
FileConnectionManagerUIArgs 型は、以下のメンバーを公開しています。
コンストラクター
| 名前 | 説明 | |
|---|---|---|
![]() |
FileConnectionManagerUIArgs() | FileConnectionManagerUIArgs クラスの新しいインスタンスを初期化します。 |
![]() |
FileConnectionManagerUIArgs(ICollection) | この接続に固有の使用法の種類のコレクションを使用して、FileConnectionManagerUIArgs クラスの新しいインスタンスを初期化します。 |
![]() |
FileConnectionManagerUIArgs(String) | この接続に対して有効なファイルの種類を指定する String を使用して、FileConnectionManagerUIArgs クラスの新しいインスタンスを初期化します。 |
![]() |
FileConnectionManagerUIArgs(String, ICollection) | ファイル種類フィルター、および使用法の種類の両方を初期化して、FileConnectionManagerUIArgs クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
FileFilter | 接続に対して有効なファイルの種類を表す、縦棒で区切られた String を取得します。値の設定も可能です。 |
![]() |
SupportedUsageTypes | 利用可能な使用法種類を含むコレクションを取得します。値の設定も可能です。有効な使用法の種類は、DTSFileConnectionUsageType で定義されています。 |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)