Classe EnvironmentVariableCollection
Neste artigo
Represents the collection for environment variables.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >
Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariableCollection
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public NotInheritable Class EnvironmentVariableCollection _
Inherits SfcCollatedDictionaryCollection(Of EnvironmentVariable, EnvironmentVariable.Key, EnvironmentInfo)
'Uso
Dim instance As EnvironmentVariableCollection
public sealed class EnvironmentVariableCollection : SfcCollatedDictionaryCollection<EnvironmentVariable, EnvironmentVariable.Key, EnvironmentInfo>
public ref class EnvironmentVariableCollection sealed : public SfcCollatedDictionaryCollection<EnvironmentVariable^, EnvironmentVariable.Key^, EnvironmentInfo^>
[<SealedAttribute>]
type EnvironmentVariableCollection =
class
inherit SfcCollatedDictionaryCollection<EnvironmentVariable, EnvironmentVariable.Key, EnvironmentInfo>
end
public final class EnvironmentVariableCollection extends SfcCollatedDictionaryCollection<EnvironmentVariable, EnvironmentVariable.Key, EnvironmentInfo>
O tipo EnvironmentVariableCollection expõe os membros a seguir.
Propriedades
Ascending
(Herdado de SfcCollatedDictionaryCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
Count
(Herdado de SfcCollatedDictionaryCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
Initialized
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
IsReadOnly
(Herdado de SfcCollatedDictionaryCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
IsSynchronized
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
Item[String]
Gets the environment variable from the environment variable collection based upon the specified name.
Item[K]
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
Parent
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
SyncRoot
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
Início
Métodos
Add(T)
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
Add(String, TypeCode, Object, Boolean, String)
Adds a variable.
Clear
(Herdado de SfcCollatedDictionaryCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
Contains(String)
Returns a value that indicates whether the environment variable collection contains the specified name.
Contains(T)
(Herdado de SfcCollatedDictionaryCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
Contains(T)
(Herdado de SfcCollatedDictionaryCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
CopyTo(Array, Int32)
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
CopyTo(array<T[], Int32)
(Herdado de SfcCollatedDictionaryCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
Equals
(Herdado de Object .)
GetEnumerator
(Herdado de SfcCollatedDictionaryCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
GetHashCode
(Herdado de Object .)
GetType
(Herdado de Object .)
Refresh()
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
Refresh(Boolean)
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
Remove(String)
Removes a variable.
Remove(T)
(Herdado de SfcCollatedDictionaryCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
RemoveInternal
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
Rename
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
ToString
(Herdado de Object .)
TryGetValue
(Herdado de SfcCollatedDictionaryCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
Início
Implementações de interfaces explícitas
ISfcCollection.Add
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
ISfcCollection.AddShadow
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
IComparer<K>.Compare
(Herdado de SfcCollatedDictionaryCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
IListSource.ContainsListCollection
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
ISfcCollection.Count
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
ISfcCollection.EnsureInitialized
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
ISfcCollection.FinishMerge
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
ISfcCollection.GetCollectionElementNameImpl
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
ISfcCollection.GetElementFactory
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
IEnumerable.GetEnumerator
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
ISfcCollection.GetExisting
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
IListSource.GetList
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
ISfcCollection.GetObjectByKey
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
ISfcCollection.Initialized
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
ISfcCollection.Parent
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
ISfcCollection.PrepareMerge
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
ISfcCollection.Remove
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
ISfcCollection.RemoveElement
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
ISfcCollection.Rename
(Herdado de SfcCollection <EnvironmentVariable , EnvironmentVariable.Key , EnvironmentInfo >.)
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