Share via


UIConnectionGroupInfo Constructor

Include Protected Members
Include Inherited Members

This API supports the 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.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method 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.
Public method 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.
Public method 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.
Public method 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.
Public method 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