UIConnectionGroupInfo Class
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.
Inheritance Hierarchy
System.Object
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)
Syntax
'Declaration
Public Class UIConnectionGroupInfo _
Inherits List(Of UIConnectionInfo)
'Usage
Dim instance As UIConnectionGroupInfo
public class UIConnectionGroupInfo : List<UIConnectionInfo>
public ref class UIConnectionGroupInfo : public List<UIConnectionInfo^>
type UIConnectionGroupInfo =
class
inherit List<UIConnectionInfo>
end
public class UIConnectionGroupInfo extends List<UIConnectionInfo>
The UIConnectionGroupInfo type exposes the following members.
Constructors
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. |
Top
Properties
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
Methods
Top
Explicit Interface Implementations
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>.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.