Compartir a través de


Clase ParameterCollection

Represents a collection of parameters.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>
    Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>
      Microsoft.SqlServer.Management.IntegrationServices.ParameterCollection

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public NotInheritable Class ParameterCollection _
    Inherits SfcCollatedDictionaryCollection(Of ParameterInfo, ParameterInfo.Key, SfcInstance)
'Uso
Dim instance As ParameterCollection
public sealed class ParameterCollection : SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>
public ref class ParameterCollection sealed : public SfcCollatedDictionaryCollection<ParameterInfo^, ParameterInfo.Key^, SfcInstance^>
[<SealedAttribute>]
type ParameterCollection =  
    class 
        inherit SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>
    end
public final class ParameterCollection extends SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>

El tipo ParameterCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Ascending (Se hereda de SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Propiedad pública Count (Se hereda de SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Propiedad protegida Initialized (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Propiedad pública IsReadOnly (Se hereda de SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Propiedad pública IsSynchronized (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Propiedad pública Item[String] Gets the ParameterInfo with the specified id.
Propiedad pública Item[K] (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Propiedad protegida Parent (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Propiedad pública SyncRoot (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)

Arriba

Métodos

  Nombre Descripción
Método público Add (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Método público Clear (Se hereda de SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Método público Contains(String) Determines whether the parameter contains the specified name.
Método público Contains(T) (Se hereda de SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Método público Contains(T) (Se hereda de SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Método público CopyTo(Array, Int32) (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Método público CopyTo(array<T[], Int32) (Se hereda de SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Método público Equals (Se hereda de Object.)
Método público GetEnumerator (Se hereda de SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Refresh() (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Método público Refresh(Boolean) (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Método público Remove (Se hereda de SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Método protegido RemoveInternal (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Método protegido Rename (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Método público ToString (Se hereda de Object.)
Método público TryGetValue (Se hereda de SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ISfcCollection.Add (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.AddShadow (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasMétodo privado IComparer<K>.Compare (Se hereda de SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasPropiedad privada IListSource.ContainsListCollection (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasPropiedad privada ISfcCollection.Count (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.EnsureInitialized (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.FinishMerge (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.GetCollectionElementNameImpl (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.GetElementFactory (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.GetExisting (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasMétodo privado IListSource.GetList (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.GetObjectByKey (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasPropiedad privada ISfcCollection.Initialized (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasPropiedad privada ISfcCollection.Parent (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.PrepareMerge (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.Remove (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.RemoveElement (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.Rename (Se hereda de SfcCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>.)

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.Management.IntegrationServices