EnvironmentCollection Class

Represents the collection for environments.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>
    Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>
      Microsoft.SqlServer.Management.IntegrationServices.EnvironmentCollection

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

Syntax

'Declaration
Public NotInheritable Class EnvironmentCollection _
    Inherits SfcCollatedDictionaryCollection(Of EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder)
'Usage
Dim instance As EnvironmentCollection
public sealed class EnvironmentCollection : SfcCollatedDictionaryCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>
public ref class EnvironmentCollection sealed : public SfcCollatedDictionaryCollection<EnvironmentInfo^, EnvironmentInfo.Key^, CatalogFolder^>
[<SealedAttribute>]
type EnvironmentCollection =  
    class 
        inherit SfcCollatedDictionaryCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>
    end
public final class EnvironmentCollection extends SfcCollatedDictionaryCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>

The EnvironmentCollection type exposes the following members.

Properties

  Name Description
Public property Ascending (Inherited from SfcCollatedDictionaryCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Public property Count (Inherited from SfcCollatedDictionaryCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Protected property Initialized (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Public property IsReadOnly (Inherited from SfcCollatedDictionaryCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Public property IsSynchronized (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Public property Item[String] Gets the environment from the environment collection based upon the specified name.
Public property Item[K] (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Protected property Parent (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Public property SyncRoot (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)

Top

Methods

  Name Description
Public method Add (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Public method Clear (Inherited from SfcCollatedDictionaryCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Public method Contains(String) Returns a value that indicates whether the environment collection contains the specified name.
Public method Contains(T) (Inherited from SfcCollatedDictionaryCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Public method Contains(T) (Inherited from SfcCollatedDictionaryCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Public method CopyTo(Array, Int32) (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Public method CopyTo(array<T[], Int32) (Inherited from SfcCollatedDictionaryCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Public method Equals (Inherited from Object.)
Public method GetEnumerator (Inherited from SfcCollatedDictionaryCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Refresh() (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Public method Refresh(Boolean) (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Public method Remove (Inherited from SfcCollatedDictionaryCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Protected method RemoveInternal (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Protected method Rename (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Public method ToString (Inherited from Object.)
Public method TryGetValue (Inherited from SfcCollatedDictionaryCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ISfcCollection.Add (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate method ISfcCollection.AddShadow (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate method IComparer<K>.Compare (Inherited from SfcCollatedDictionaryCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate property IListSource.ContainsListCollection (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate property ISfcCollection.Count (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate method ISfcCollection.EnsureInitialized (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate method ISfcCollection.FinishMerge (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate method ISfcCollection.GetCollectionElementNameImpl (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate method ISfcCollection.GetElementFactory (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate method ISfcCollection.GetExisting (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate method IListSource.GetList (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate method ISfcCollection.GetObjectByKey (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate property ISfcCollection.Initialized (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate property ISfcCollection.Parent (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate method ISfcCollection.PrepareMerge (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate method ISfcCollection.Remove (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate method ISfcCollection.RemoveElement (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)
Explicit interface implemetationPrivate method ISfcCollection.Rename (Inherited from SfcCollection<EnvironmentInfo, EnvironmentInfo.Key, CatalogFolder>.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.IntegrationServices Namespace