Condividi tramite


Classe EnvironmentReferenceCollection

Represents the collection for environment references.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class EnvironmentReferenceCollection _
    Inherits SfcCollatedDictionaryCollection(Of EnvironmentReference, EnvironmentReference.Key, ProjectInfo)
'Utilizzo
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>

Nel tipo EnvironmentReferenceCollection sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Ascending Ereditato da SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Proprietà pubblica Count Ereditato da SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Proprietà protetta Initialized Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Proprietà pubblica IsReadOnly Ereditato da SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Proprietà pubblica IsSynchronized Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Proprietà pubblica Item[K] Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Proprietà pubblica Item[String, String] Gets the environment reference from the environment reference collection based upon the specified name and environment folder name.
Proprietà protetta Parent Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Proprietà pubblica SyncRoot Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add(String) Adds a local reference to an environment under the current folder with the specified environment name.
Metodo pubblico Add(T) Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Metodo pubblico Add(String, String) Adds a reference to an environment with the specified environment name and folder name.
Metodo pubblico Clear Ereditato da SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Metodo pubblico Contains(T) Ereditato da SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Metodo pubblico Contains(T) Ereditato da SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Metodo pubblico Contains(String, String) Returns a value that indicates whether the environment reference collection contains the specified name and environment folder name.
Metodo pubblico CopyTo(Array, Int32) Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Metodo pubblico CopyTo(array<T[], Int32) Ereditato da SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetEnumerator Ereditato da SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico Refresh() Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Metodo pubblico Refresh(Boolean) Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Metodo pubblico Remove(T) Ereditato da SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Metodo pubblico Remove(String, String) Removes a reference specified by the environment name and the environment folder name.
Metodo protetto RemoveInternal Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Metodo protetto Rename Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblico TryGetValue Ereditato da SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ISfcCollection.Add Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaMetodo privato ISfcCollection.AddShadow Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaMetodo privato IComparer<K>.Compare Ereditato da SfcCollatedDictionaryCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaProprietà privata IListSource.ContainsListCollection Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaProprietà privata ISfcCollection.Count Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaMetodo privato ISfcCollection.EnsureInitialized Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaMetodo privato ISfcCollection.FinishMerge Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaMetodo privato ISfcCollection.GetCollectionElementNameImpl Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaMetodo privato ISfcCollection.GetElementFactory Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaMetodo privato IEnumerable.GetEnumerator Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaMetodo privato ISfcCollection.GetExisting Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaMetodo privato IListSource.GetList Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaMetodo privato ISfcCollection.GetObjectByKey Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaProprietà privata ISfcCollection.Initialized Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaProprietà privata ISfcCollection.Parent Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaMetodo privato ISfcCollection.PrepareMerge Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaMetodo privato ISfcCollection.Remove Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaMetodo privato ISfcCollection.RemoveElement Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.
Implementazione esplicita dell'interfacciaMetodo privato ISfcCollection.Rename Ereditato da SfcCollection<EnvironmentReference, EnvironmentReference.Key, ProjectInfo>.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices