Compartir a través de


Clase EnvironmentReferenceCollection

Represents the collection for environment references.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>
    Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>
      Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReferenceCollection

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

Sintaxis

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

El tipo EnvironmentReferenceCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Ascending (Se hereda de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Propiedad pública Count (Se hereda de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Propiedad protegida Initialized (Se hereda de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Propiedad pública IsReadOnly (Se hereda de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Propiedad pública IsSynchronized (Se hereda de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Propiedad pública Item[K] (Se hereda de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Propiedad pública Item[String, String] Gets the environment reference from the environment reference collection based upon the specified name and environment folder name.
Propiedad protegida Parent (Se hereda de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Propiedad pública SyncRoot (Se hereda de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)

Arriba

Métodos

  Nombre Descripción
Método público Add(String) Adds a local reference to an environment under the current folder with the specified environment name.
Método público Add(T) (Se hereda de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público Add(String, String) Adds a reference to an environment with the specified environment name and folder name.
Método público Clear (Se hereda de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público Contains(T) (Se hereda de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público Contains(T) (Se hereda de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público Contains(String, String) Returns a value that indicates whether the environment reference collection contains the specified name and environment folder name.
Método público CopyTo(Array, Int32) (Se hereda de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público CopyTo(array<T[], Int32) (Se hereda de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público Equals (Se hereda de Object.)
Método público GetEnumerator (Se hereda de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
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<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público Refresh(Boolean) (Se hereda de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público Remove(T) (Se hereda de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público Remove(String, String) Removes a reference specified by the environment name and the environment folder name.
Método protegido RemoveInternal (Se hereda de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método protegido Rename (Se hereda de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público ToString (Se hereda de Object.)
Método público TryGetValue (Se hereda de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)

Arriba

Implementaciones de interfaces explícitas

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

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