Freigeben über


FileConnectionManagerUIArgs-Klasse

Provides the context of arguments that the SSIS Designer displays in the File Connection Manager Editor when creating or editing File connection managers.

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 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

Der FileConnectionManagerUIArgs-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode FileConnectionManagerUIArgs() Initializes a new instance of the FileConnectionManagerUIArgs class.
Öffentliche Methode FileConnectionManagerUIArgs(ICollection) Initializes a new instance of the FileConnectionManagerUIArgs class using a collection of usage types specific to this connection.
Öffentliche Methode FileConnectionManagerUIArgs(String) Initializes a new instance of the FileConnectionManagerUIArgs class using a String to specify what file types are valid for this connection.
Öffentliche Methode FileConnectionManagerUIArgs(String, ICollection) Initializes a new instance of the FileConnectionManagerUIArgs class, initializing both the file type filter and the usage types.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft FileFilter Gets or sets a pipe-delimited String containing the file types that are valid for the connection.
Öffentliche Eigenschaft SupportedUsageTypes Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Design-Namespace