Класс EnvironmentReferenceCollection
В этой статье
Represents the collection for environment references.
Иерархия наследования
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
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public NotInheritable Class EnvironmentReferenceCollection _
Inherits SfcCollatedDictionaryCollection(Of EnvironmentReference, EnvironmentReference.Key, ProjectInfo)
'Применение
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>
Тип EnvironmentReferenceCollection обеспечивает доступ к следующим элементам.
Свойства
Ascending
(Производный от SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Count
(Производный от SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Initialized
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IsReadOnly
(Производный от SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IsSynchronized
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Item[K]
(Производный от 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
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
SyncRoot
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
В начало
Методы
Add(String)
Adds a local reference to an environment under the current folder with the specified environment name.
Add(T)
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Add(String, String)
Adds a reference to an environment with the specified environment name and folder name.
Clear
(Производный от SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Contains(T)
(Производный от SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Contains(T)
(Производный от 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)
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
CopyTo(array<T[], Int32)
(Производный от SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Equals
(Производный от Object .)
GetEnumerator
(Производный от SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
GetHashCode
(Производный от Object .)
GetType
(Производный от Object .)
Refresh()
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Refresh(Boolean)
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Remove(T)
(Производный от SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Remove(String, String)
Removes a reference specified by the environment name and the environment folder name.
RemoveInternal
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
Rename
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ToString
(Производный от Object .)
TryGetValue
(Производный от SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
В начало
Явные реализации интерфейса
ISfcCollection.Add
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.AddShadow
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IComparer<K>.Compare
(Производный от SfcCollatedDictionaryCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IListSource.ContainsListCollection
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.Count
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.EnsureInitialized
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.FinishMerge
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.GetCollectionElementNameImpl
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.GetElementFactory
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IEnumerable.GetEnumerator
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.GetExisting
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
IListSource.GetList
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.GetObjectByKey
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.Initialized
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.Parent
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.PrepareMerge
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.Remove
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.RemoveElement
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
ISfcCollection.Rename
(Производный от SfcCollection <EnvironmentReference , EnvironmentReference.Key , ProjectInfo >.)
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices