UIConnectionGroupInfo Class
SQL Server 2012
This API supports the SQL Server 2012 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.
System.Object
System.Collections.Generic.List<UIConnectionInfo>
Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo
System.Collections.Generic.List<UIConnectionInfo>
Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)
The UIConnectionGroupInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | UIConnectionGroupInfo() | Infrastructure. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the UIConnectionGroupInfo class. |
![]() | UIConnectionGroupInfo(Int32) | Infrastructure. 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) | Infrastructure. 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) | Infrastructure. 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. |
![]() | UIConnectionGroupInfo(IEnumerable<UIConnectionInfo>) | Infrastructure. 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. |
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from List<UIConnectionInfo>.) |
![]() | Count | (Inherited from List<UIConnectionInfo>.) |
![]() | Item | (Inherited from List<UIConnectionInfo>.) |
![]() | Name | Infrastructure. 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. |
Top
| Name | Description | |
|---|---|---|
![]() ![]() | IList.Add | (Inherited from List<UIConnectionInfo>.) |
![]() ![]() | IList.Contains | (Inherited from List<UIConnectionInfo>.) |
![]() ![]() | ICollection.CopyTo | (Inherited from List<UIConnectionInfo>.) |
![]() ![]() | IEnumerable<T>.GetEnumerator | (Inherited from List<UIConnectionInfo>.) |
![]() ![]() | IEnumerable.GetEnumerator | (Inherited from List<UIConnectionInfo>.) |
![]() ![]() | IList.IndexOf | (Inherited from List<UIConnectionInfo>.) |
![]() ![]() | IList.Insert | (Inherited from List<UIConnectionInfo>.) |
![]() ![]() | IList.IsFixedSize | (Inherited from List<UIConnectionInfo>.) |
![]() ![]() | ICollection<T>.IsReadOnly | (Inherited from List<UIConnectionInfo>.) |
![]() ![]() | IList.IsReadOnly | (Inherited from List<UIConnectionInfo>.) |
![]() ![]() | ICollection.IsSynchronized | (Inherited from List<UIConnectionInfo>.) |
![]() ![]() | IList.Item | (Inherited from List<UIConnectionInfo>.) |
![]() ![]() | IList.Remove | (Inherited from List<UIConnectionInfo>.) |
![]() ![]() | ICollection.SyncRoot | (Inherited from List<UIConnectionInfo>.) |


