Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the context of arguments that the SSIS Designer displays in the File Connection Manager Editor when creating or editing File connection managers.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.Design.ConnectionManagerUIArgs
Microsoft.SqlServer.Dts.Runtime.Design.FileConnectionManagerUIArgs
Microsoft.SqlServer.Dts.Runtime.Design.MultiFileConnectionManagerUIArgs
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Public Class FileConnectionManagerUIArgs _
Inherits ConnectionManagerUIArgs
'Usage
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
The FileConnectionManagerUIArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
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. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.