MultiFileConnectionManagerUIArgs 类
Provides the context of arguments that the SSIS Designer displays in the Multifile Connection Manager Editor when creating or editing File connection managers that can reference multiple files.
继承层次结构
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 MultiFileConnectionManagerUIArgs _
Inherits FileConnectionManagerUIArgs
用法
Dim instance As MultiFileConnectionManagerUIArgs
public class MultiFileConnectionManagerUIArgs : FileConnectionManagerUIArgs
public ref class MultiFileConnectionManagerUIArgs : public FileConnectionManagerUIArgs
type MultiFileConnectionManagerUIArgs =
class
inherit FileConnectionManagerUIArgs
end
public class MultiFileConnectionManagerUIArgs extends FileConnectionManagerUIArgs
MultiFileConnectionManagerUIArgs 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
MultiFileConnectionManagerUIArgs() () () () | Initializes a new instance of the MultiFileConnectionManagerUIArgs class. |
![]() |
MultiFileConnectionManagerUIArgs(ICollection) | Initializes a new instance of the MultiFileConnectionManagerUIArgs class, using a collection of DTSFileConnectionUsageType usage types specific to this connection. |
![]() |
MultiFileConnectionManagerUIArgs(String) | Initializes a new instance of the MultiFileConnectionManagerUIArgs class using a String to specify what file types are valid for this connection. |
![]() |
MultiFileConnectionManagerUIArgs(String, ICollection) | Initializes a new instance of the MultiFileConnectionManagerUIArgs class, initializing both the file type filter and the usage types. |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
FileFilter | Gets or sets a pipe-delimited String containing the file types that are valid for the connection. (从 FileConnectionManagerUIArgs 继承。) |
![]() |
SupportedUsageTypes | Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType. (从 FileConnectionManagerUIArgs 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。