Partager via


Classe Parameters

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public MustInherit Class Parameters _
    Inherits DTSReadOnlyCollectionBase
'Utilisation
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

Le type Parameters expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. (hérité de DTSReadOnlyCollectionBase.)
Propriété publique IsSynchronized Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe). (hérité de DTSReadOnlyCollectionBase.)
Propriété publique Item[Int32] Returns a parameter object in the parameters collection with the specified index.
Propriété publique Item[String] Returns a parameter object in the parameters collection with the specified name.
Propriété publique SyncRoot Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase. (hérité de DTSReadOnlyCollectionBase.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Adds a parameter object to the parameters collection with the specified name and data type.
Méthode publique Contains Determines whether a parameter object with the specified name is contained in the parameters collection.
Méthode publique CopyTo Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. (hérité de DTSReadOnlyCollectionBase.)
Méthode protégée CreateManagedObject Infrastructure. Creates managed object from an unmanaged object. (hérité de DTSReadOnlyCollectionBase.)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode protégée GetCount Infrastructure. Retrieves the number of objects in the collection. (hérité de DTSReadOnlyCollectionBase.)
Méthode publique GetEnumerator Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. (hérité de DTSReadOnlyCollectionBase.)
Méthode publique GetHashCode (hérité de Object.)
Méthode protégée GetManagedEnumerator Infrastructure. Gets the managed enumerator from an unmanaged enumerator. (hérité de DTSReadOnlyCollectionBase.)
Méthode publique GetType (hérité de Object.)
Méthode publique 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.
Méthode publique Join Joins the specified parameter to the parameters collection.
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique Remove Removes a parameter object from the parameters collection.
Méthode publique RemoveAt Removes a parameter object from the parameters collection with the specified index. Only project parameters can be removed from the parameters collection.
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_unmanagedColl Infrastructure. The unmanaged collection. (hérité de DTSReadOnlyCollectionBase.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime