FileConnectionManagerUIArgs 类
Provides the context of arguments that the SSIS Designer displays in the File Connection Manager Editor when creating or editing File connection managers.
继承层次结构
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() | Initializes a new instance of the FileConnectionManagerUIArgs class. | |
FileConnectionManagerUIArgs(ICollection) | Initializes a new instance of the FileConnectionManagerUIArgs class using a collection of usage types specific to this connection. | |
FileConnectionManagerUIArgs(String) | Initializes a new instance of the FileConnectionManagerUIArgs class using a String to specify what file types are valid for this connection. | |
FileConnectionManagerUIArgs(String, ICollection) | Initializes a new instance of the FileConnectionManagerUIArgs 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. | |
SupportedUsageTypes | Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType. |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。