MultiFileConnectionManagerUIArgs-Klasse
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.
Vererbungshierarchie
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 MultiFileConnectionManagerUIArgs _
Inherits FileConnectionManagerUIArgs
'Usage
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
Der MultiFileConnectionManagerUIArgs-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
FileFilter | Gets or sets a pipe-delimited String containing the file types that are valid for the connection. (Geerbt von FileConnectionManagerUIArgs.) | |
SupportedUsageTypes | Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType. (Geerbt von FileConnectionManagerUIArgs.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.