Classe EnvironmentReferenceCollection
Neste artigo
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
Ascending
(Herdado de SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Count
(Herdado de SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Initialized
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IsReadOnly
(Herdado de SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IsSynchronized
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Item[K]
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Item[String, String]
Gets the environment reference from the environment reference collection based upon the specified name and environment folder name.
Parent
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
SyncRoot
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Início
Métodos
Add(String)
Adds a local reference to an environment under the current folder with the specified environment name.
Add(T)
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Add(String, String)
Adds a reference to an environment with the specified environment name and folder name.
Clear
(Herdado de SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Contains(T)
(Herdado de SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Contains(T)
(Herdado de SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Contains(String, String)
Returns a value that indicates whether the environment reference collection contains the specified name and environment folder name.
CopyTo(Array, Int32)
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
CopyTo(array<T[], Int32)
(Herdado de SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Equals
(Herdado de Object .)
GetEnumerator
(Herdado de SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
GetHashCode
(Herdado de Object .)
GetType
(Herdado de Object .)
Refresh()
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Refresh(Boolean)
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Remove(T)
(Herdado de SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Remove(String, String)
Removes a reference specified by the environment name and the environment folder name.
RemoveInternal
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Rename
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ToString
(Herdado de Object .)
TryGetValue
(Herdado de SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Início
Implementações de interfaces explícitas
ISfcCollection.Add
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.AddShadow
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IComparer<K>.Compare
(Herdado de SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IListSource.ContainsListCollection
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.Count
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.EnsureInitialized
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.FinishMerge
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.GetCollectionElementNameImpl
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.GetElementFactory
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IEnumerable.GetEnumerator
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.GetExisting
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IListSource.GetList
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.GetObjectByKey
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.Initialized
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.Parent
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.PrepareMerge
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.Remove
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.RemoveElement
(Herdado de SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
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