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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Design 命名空间