EnvironmentCollection Class
Dalam artikel ini
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
Ascending
(Inherited from SfcCollatedDictionaryCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
Count
(Inherited from SfcCollatedDictionaryCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
Initialized
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
IsReadOnly
(Inherited from SfcCollatedDictionaryCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
IsSynchronized
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
Item[String]
Gets the environment from the environment collection based upon the specified name.
Item[K]
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
Parent
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
SyncRoot
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
Top
Methods
Add
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
Clear
(Inherited from SfcCollatedDictionaryCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
Contains(String)
Returns a value that indicates whether the environment collection contains the specified name.
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
CopyTo(Array, Int32)
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
CopyTo(array<T[], Int32)
(Inherited from SfcCollatedDictionaryCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
Equals
(Inherited from Object .)
GetEnumerator
(Inherited from SfcCollatedDictionaryCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
GetHashCode
(Inherited from Object .)
GetType
(Inherited from Object .)
Refresh()
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
Refresh(Boolean)
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
Remove
(Inherited from SfcCollatedDictionaryCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
RemoveInternal
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
Rename
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
ToString
(Inherited from Object .)
TryGetValue
(Inherited from SfcCollatedDictionaryCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
Top
Explicit Interface Implementations
ISfcCollection.Add
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
ISfcCollection.AddShadow
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
IComparer<K>.Compare
(Inherited from SfcCollatedDictionaryCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
IListSource.ContainsListCollection
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
ISfcCollection.Count
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
ISfcCollection.EnsureInitialized
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
ISfcCollection.FinishMerge
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
ISfcCollection.GetCollectionElementNameImpl
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
ISfcCollection.GetElementFactory
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
IEnumerable.GetEnumerator
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
ISfcCollection.GetExisting
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
IListSource.GetList
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
ISfcCollection.GetObjectByKey
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
ISfcCollection.Initialized
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
ISfcCollection.Parent
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
ISfcCollection.PrepareMerge
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
ISfcCollection.Remove
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
ISfcCollection.RemoveElement
(Inherited from SfcCollection <EnvironmentInfo , EnvironmentInfo.Key , CatalogFolder >.)
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