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