UIConnectionGroupInfo Class

Definition

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Implements a nameable list of UIConnectionInfo objects.

public ref class UIConnectionGroupInfo : System::Collections::Generic::List<Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^>
public class UIConnectionGroupInfo : System.Collections.Generic.List<Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo>
type UIConnectionGroupInfo = class
    inherit List<UIConnectionInfo>
Public Class UIConnectionGroupInfo
Inherits List(Of UIConnectionInfo)
Inheritance
UIConnectionGroupInfo

Constructors

UIConnectionGroupInfo()

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>)

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)

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)

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)

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.

Properties

Name

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.

Methods

DeepCopy(Boolean)

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.

ShallowCopy()

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.

Applies to