EnvironmentReferenceCollection Class

 

Represents the collection for environment references.

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


[DefaultMemberAttribute("Item")]
public ref class EnvironmentReferenceCollection sealed : SfcCollatedDictionaryCollection<EnvironmentReference^, EnvironmentReference::Key^, ProjectInfo^>

NameDescription
System_CAPS_pubpropertyAscending
System_CAPS_pubpropertyCount
System_CAPS_protpropertyInitialized
System_CAPS_pubpropertyIsReadOnly
System_CAPS_pubpropertyIsSynchronized
System_CAPS_pubpropertyItem[K]
System_CAPS_pubpropertyItem[String^, String^]

Gets the environment reference from the environment reference collection based upon the specified name and environment folder name.

System_CAPS_protpropertyParent
System_CAPS_pubpropertySyncRoot

NameDescription
System_CAPS_pubmethodAdd(T)
System_CAPS_pubmethodAdd(String^)

Adds a local reference to an environment under the current folder with the specified environment name.

System_CAPS_pubmethodAdd(String^, String^)

Adds a reference to an environment with the specified environment name and folder name.

System_CAPS_pubmethodClear()
System_CAPS_pubmethodContains(T)
System_CAPS_pubmethodContains(T)
System_CAPS_pubmethodContains(String^, String^)

Returns a value that indicates whether the environment reference collection contains the specified name and environment folder name.

System_CAPS_pubmethodCopyTo(array<T>^, Int32)
System_CAPS_pubmethodCopyTo(Array^, Int32)
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()
System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRefresh()
System_CAPS_pubmethodRefresh(Boolean)
System_CAPS_pubmethodRemove(T)
System_CAPS_pubmethodRemove(String^, String^)

Removes a reference specified by the environment name and the environment folder name.

System_CAPS_protmethodRemoveInternal(T)
System_CAPS_protmethodRename(T, K)
System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetValue(K, T%)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcCollection::Add(SfcInstance^)
System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcCollection::AddShadow(SfcInstance^)
System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcCollection::EnsureInitialized()
System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcCollection::FinishMerge()
System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcCollection::GetCollectionElementNameImpl()
System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcCollection::GetElementFactory()
System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcCollection::GetExisting(SfcKey^, SfcInstance^%)
System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcCollection::GetObjectByKey(SfcKey^)
System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcCollection::PrepareMerge()
System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcCollection::Remove(SfcInstance^)
System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcCollection::RemoveElement(SfcInstance^)
System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcCollection::Rename(SfcInstance^, SfcKey^)
System_CAPS_pubinterfaceSystem_CAPS_privmethodIComparer<K>::Compare(K, K)
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()
System_CAPS_pubinterfaceSystem_CAPS_privmethodIListSource::GetList()
System_CAPS_pubinterfaceSystem_CAPS_privpropertyISfcCollection::Count
System_CAPS_pubinterfaceSystem_CAPS_privpropertyISfcCollection::Initialized
System_CAPS_pubinterfaceSystem_CAPS_privpropertyISfcCollection::Parent
System_CAPS_pubinterfaceSystem_CAPS_privpropertyIListSource::ContainsListCollection

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

Return to top
Show: