Compartir a través de


Clase Parameters

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public MustInherit Class Parameters _
    Inherits DTSReadOnlyCollectionBase
'Uso
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

El tipo Parameters expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. (Se hereda de DTSReadOnlyCollectionBase.)
Propiedad pública IsSynchronized Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe). (Se hereda de DTSReadOnlyCollectionBase.)
Propiedad pública Item[Int32] Returns a parameter object in the parameters collection with the specified index.
Propiedad pública Item[String] Returns a parameter object in the parameters collection with the specified name.
Propiedad pública SyncRoot Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase. (Se hereda de DTSReadOnlyCollectionBase.)

Arriba

Métodos

  Nombre Descripción
Método público Add Adds a parameter object to the parameters collection with the specified name and data type.
Método público Contains Determines whether a parameter object with the specified name is contained in the parameters collection.
Método público CopyTo Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. (Se hereda de DTSReadOnlyCollectionBase.)
Método protegido CreateManagedObject Infraestructura. Creates managed object from an unmanaged object. (Se hereda de DTSReadOnlyCollectionBase.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método protegido GetCount Infraestructura. Retrieves the number of objects in the collection. (Se hereda de DTSReadOnlyCollectionBase.)
Método público GetEnumerator Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. (Se hereda de DTSReadOnlyCollectionBase.)
Método público GetHashCode (Se hereda de Object.)
Método protegido GetManagedEnumerator Infraestructura. Gets the managed enumerator from an unmanaged enumerator. (Se hereda de DTSReadOnlyCollectionBase.)
Método público GetType (Se hereda de Object.)
Método público 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étodo público Join Joins the specified parameter to the parameters collection.
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Remove Removes a parameter object from the parameters collection.
Método público RemoveAt Removes a parameter object from the parameters collection with the specified index. Only project parameters can be removed from the parameters collection.
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo protegido m_unmanagedColl Infraestructura. The unmanaged collection. (Se hereda de DTSReadOnlyCollectionBase.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime