Freigeben über


Parameters-Klasse

Represents a class used by both the package parameters and project parameters collection.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
    Microsoft.SqlServer.Dts.Runtime.Parameters

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public MustInherit Class Parameters _
    Inherits DTSReadOnlyCollectionBase
'Usage
Dim instance As Parameters
public abstract class Parameters : DTSReadOnlyCollectionBase
public ref class Parameters abstract : public DTSReadOnlyCollectionBase
[<AbstractClassAttribute>]
type Parameters =  
    class 
        inherit DTSReadOnlyCollectionBase 
    end
public abstract class Parameters extends DTSReadOnlyCollectionBase

Der Parameters-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. (Geerbt von DTSReadOnlyCollectionBase.)
Öffentliche Eigenschaft IsSynchronized Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe). (Geerbt von DTSReadOnlyCollectionBase.)
Öffentliche Eigenschaft Item[Int32] Returns a parameter object in the parameters collection with the specified index.
Öffentliche Eigenschaft Item[String] Returns a parameter object in the parameters collection with the specified name.
Öffentliche Eigenschaft SyncRoot Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase. (Geerbt von DTSReadOnlyCollectionBase.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Adds a parameter object to the parameters collection with the specified name and data type.
Öffentliche Methode Contains Determines whether a parameter object with the specified name is contained in the parameters collection.
Öffentliche Methode CopyTo Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. (Geerbt von DTSReadOnlyCollectionBase.)
Geschützte Methode CreateManagedObject Infrastruktur Creates managed object from an unmanaged object. (Geerbt von DTSReadOnlyCollectionBase.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Geschützte Methode GetCount Infrastruktur Retrieves the number of objects in the collection. (Geerbt von DTSReadOnlyCollectionBase.)
Öffentliche Methode GetEnumerator Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. (Geerbt von DTSReadOnlyCollectionBase.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Geschützte Methode GetManagedEnumerator Infrastruktur Gets the managed enumerator from an unmanaged enumerator. (Geerbt von DTSReadOnlyCollectionBase.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Insert Inserts a parameter object to the parameters collection with the specified index, name, and data type. Only project parameters can be inserted to the parameters collection.
Öffentliche Methode Join Joins the specified parameter to the parameters collection.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Remove Removes a parameter object from the parameters collection.
Öffentliche Methode RemoveAt Removes a parameter object from the parameters collection with the specified index. Only project parameters can be removed from the parameters collection.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld m_unmanagedColl Infrastruktur The unmanaged collection. (Geerbt von DTSReadOnlyCollectionBase.)

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