Compartilhar via


Classe EnvironmentReferenceCollection

Represents the collection for environment references.

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
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>

O tipo EnvironmentReferenceCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Ascending (Herdado de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Propriedade pública Count (Herdado de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Propriedade protegida Initialized (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Propriedade pública IsReadOnly (Herdado de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Propriedade pública IsSynchronized (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Propriedade pública Item[K] (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Propriedade pública Item[String, String] Gets the environment reference from the environment reference collection based upon the specified name and environment folder name.
Propriedade protegida Parent (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Propriedade pública SyncRoot (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)

Início

Métodos

  Nome Descrição
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) (Herdado 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 (Herdado de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público Contains(T) (Herdado de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público Contains(T) (Herdado 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) (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público CopyTo(array<T[], Int32) (Herdado de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público Equals (Herdado de Object.)
Método público GetEnumerator (Herdado de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público Refresh() (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público Refresh(Boolean) (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público Remove(T) (Herdado 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 (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método protegido Rename (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Método público ToString (Herdado de Object.)
Método público TryGetValue (Herdado de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ISfcCollection.Add (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasMétodo privado ISfcCollection.AddShadow (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasMétodo privado IComparer<K>.Compare (Herdado de SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasPropriedade privada IListSource.ContainsListCollection (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasPropriedade privada ISfcCollection.Count (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasMétodo privado ISfcCollection.EnsureInitialized (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasMétodo privado ISfcCollection.FinishMerge (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasMétodo privado ISfcCollection.GetCollectionElementNameImpl (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasMétodo privado ISfcCollection.GetElementFactory (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasMétodo privado IEnumerable.GetEnumerator (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasMétodo privado ISfcCollection.GetExisting (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasMétodo privado IListSource.GetList (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasMétodo privado ISfcCollection.GetObjectByKey (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasPropriedade privada ISfcCollection.Initialized (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasPropriedade privada ISfcCollection.Parent (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasMétodo privado ISfcCollection.PrepareMerge (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasMétodo privado ISfcCollection.Remove (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasMétodo privado ISfcCollection.RemoveElement (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)
Implementações de interfaces explícitasMétodo privado ISfcCollection.Rename (Herdado de SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.IntegrationServices