EnvironmentReferenceCollection Class
Dalam artikel ini
Represents the collection for environment references.
Inheritance Hierarchy
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 (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public NotInheritable Class EnvironmentReferenceCollection _
Inherits SfcCollatedDictionaryCollection(Of EnvironmentReference, EnvironmentReference.Key, ProjectInfo)
'Usage
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>
The EnvironmentReferenceCollection type exposes the following members.
Properties
Ascending
(Inherited from SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Count
(Inherited from SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Initialized
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IsReadOnly
(Inherited from SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IsSynchronized
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Item[K]
(Inherited from 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
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
SyncRoot
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Top
Methods
Add(String)
Adds a local reference to an environment under the current folder with the specified environment name.
Add(T)
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Add(String, String)
Adds a reference to an environment with the specified environment name and folder name.
Clear
(Inherited from SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Contains(T)
(Inherited from 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)
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
CopyTo(array<T[], Int32)
(Inherited from SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Equals
(Inherited from Object .)
GetEnumerator
(Inherited from SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
GetHashCode
(Inherited from Object .)
GetType
(Inherited from Object .)
Refresh()
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Refresh(Boolean)
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Remove(T)
(Inherited from SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Remove(String, String)
Removes a reference specified by the environment name and the environment folder name.
RemoveInternal
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Rename
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ToString
(Inherited from Object .)
TryGetValue
(Inherited from SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Top
Explicit Interface Implementations
ISfcCollection.Add
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.AddShadow
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IComparer<K>.Compare
(Inherited from SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IListSource.ContainsListCollection
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.Count
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.EnsureInitialized
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.FinishMerge
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.GetCollectionElementNameImpl
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.GetElementFactory
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IEnumerable.GetEnumerator
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.GetExisting
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IListSource.GetList
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.GetObjectByKey
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.Initialized
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.Parent
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.PrepareMerge
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.Remove
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.RemoveElement
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.Rename
(Inherited from SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
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