UIConnectionGroupInfo Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Implements a nameable list of UIConnectionInfo objects.
Assembly: Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)
System.Collections.Generic::List<T>
Microsoft.SqlServer.Management.Smo.RegSvrEnum::UIConnectionGroupInfo
| Name | Description | |
|---|---|---|
![]() | UIConnectionGroupInfo() | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the UIConnectionGroupInfo class. |
![]() | UIConnectionGroupInfo(IEnumerable<UIConnectionInfo^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the UIConnectionGroupInfo class with the specified collection. |
![]() | UIConnectionGroupInfo(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the UIConnectionGroupInfo class with the specified capacity parameter. |
![]() | UIConnectionGroupInfo(UIConnectionGroupInfo^) | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the UIConnectionGroupInfo class with the specified other information. |
![]() | UIConnectionGroupInfo(UIConnectionInfo^) | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the UIConnectionGroupInfo class with the specified connection information. |
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from List<T>.) |
![]() | Count | (Inherited from List<T>.) |
![]() | Item[Int32] | (Inherited from List<T>.) |
![]() | Name | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a String that specifies the name of the collection. |
| Name | Description | |
|---|---|---|
![]() | Add(T) | (Inherited from List<T>.) |
![]() | AddRange(IEnumerable<T>^) | (Inherited from List<T>.) |
![]() | AsReadOnly() | (Inherited from List<T>.) |
![]() | BinarySearch(T) | (Inherited from List<T>.) |
![]() | BinarySearch(T, IComparer<T>^) | (Inherited from List<T>.) |
![]() | BinarySearch(Int32, Int32, T, IComparer<T>^) | (Inherited from List<T>.) |
![]() | Clear() | (Inherited from List<T>.) |
![]() | Contains(T) | (Inherited from List<T>.) |
![]() | ConvertAll<TOutput>(Converter<T, TOutput>^) | (Inherited from List<T>.) |
![]() | CopyTo(array<T>^) | (Inherited from List<T>.) |
![]() | CopyTo(array<T>^, Int32) | (Inherited from List<T>.) |
![]() | CopyTo(Int32, array<T>^, Int32, Int32) | (Inherited from List<T>.) |
![]() | DeepCopy(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns a UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Exists(Predicate<T>^) | (Inherited from List<T>.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | Find(Predicate<T>^) | (Inherited from List<T>.) |
![]() | FindAll(Predicate<T>^) | (Inherited from List<T>.) |
![]() | FindIndex(Int32, Int32, Predicate<T>^) | (Inherited from List<T>.) |
![]() | FindIndex(Int32, Predicate<T>^) | (Inherited from List<T>.) |
![]() | FindIndex(Predicate<T>^) | (Inherited from List<T>.) |
![]() | FindLast(Predicate<T>^) | (Inherited from List<T>.) |
![]() | FindLastIndex(Int32, Int32, Predicate<T>^) | (Inherited from List<T>.) |
![]() | FindLastIndex(Int32, Predicate<T>^) | (Inherited from List<T>.) |
![]() | FindLastIndex(Predicate<T>^) | (Inherited from List<T>.) |
![]() | ForEach(Action<T>^) | (Inherited from List<T>.) |
![]() | GetEnumerator() | (Inherited from List<T>.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetRange(Int32, Int32) | (Inherited from List<T>.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(T) | (Inherited from List<T>.) |
![]() | IndexOf(T, Int32) | (Inherited from List<T>.) |
![]() | IndexOf(T, Int32, Int32) | (Inherited from List<T>.) |
![]() | Insert(Int32, T) | (Inherited from List<T>.) |
![]() | InsertRange(Int32, IEnumerable<T>^) | (Inherited from List<T>.) |
![]() | LastIndexOf(T) | (Inherited from List<T>.) |
![]() | LastIndexOf(T, Int32) | (Inherited from List<T>.) |
![]() | LastIndexOf(T, Int32, Int32) | (Inherited from List<T>.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(T) | (Inherited from List<T>.) |
![]() | RemoveAll(Predicate<T>^) | (Inherited from List<T>.) |
![]() | RemoveAt(Int32) | (Inherited from List<T>.) |
![]() | RemoveRange(Int32, Int32) | (Inherited from List<T>.) |
![]() | Reverse() | (Inherited from List<T>.) |
![]() | Reverse(Int32, Int32) | (Inherited from List<T>.) |
![]() | ShallowCopy() | This API supports the product infrastructure and is not intended to be used directly from your code. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns a UIConnectionGroupInfo object that contains the objects from the current UIConnectionGroupInfo object. |
![]() | Sort() | (Inherited from List<T>.) |
![]() | Sort(Comparison<T>^) | (Inherited from List<T>.) |
![]() | Sort(IComparer<T>^) | (Inherited from List<T>.) |
![]() | Sort(Int32, Int32, IComparer<T>^) | (Inherited from List<T>.) |
![]() | ToArray() | (Inherited from List<T>.) |
![]() | ToString() | (Inherited from Object.) |
![]() | TrimExcess() | (Inherited from List<T>.) |
![]() | TrueForAll(Predicate<T>^) | (Inherited from List<T>.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable<T>::GetEnumerator() | (Inherited from List<T>.) |
![]() ![]() | ICollection::CopyTo(Array^, Int32) | (Inherited from List<T>.) |
![]() ![]() | IEnumerable::GetEnumerator() | (Inherited from List<T>.) |
![]() ![]() | IList::Add(Object^) | (Inherited from List<T>.) |
![]() ![]() | IList::Contains(Object^) | (Inherited from List<T>.) |
![]() ![]() | IList::IndexOf(Object^) | (Inherited from List<T>.) |
![]() ![]() | IList::Insert(Int32, Object^) | (Inherited from List<T>.) |
![]() ![]() | IList::Remove(Object^) | (Inherited from List<T>.) |
![]() ![]() | ICollection<T>::IsReadOnly | (Inherited from List<T>.) |
![]() ![]() | ICollection::IsSynchronized | (Inherited from List<T>.) |
![]() ![]() | ICollection::SyncRoot | (Inherited from List<T>.) |
![]() ![]() | IList::IsFixedSize | (Inherited from List<T>.) |
![]() ![]() | IList::IsReadOnly | (Inherited from List<T>.) |
![]() ![]() | IList::Item[Int32] | (Inherited from List<T>.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





