UIConnectionGroupInfo Constructors

Definition

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the UIConnectionGroupInfo class.

Overloads

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(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.

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

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the UIConnectionGroupInfo class.

public:
 UIConnectionGroupInfo();
public UIConnectionGroupInfo ();
Public Sub New ()

Applies to

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.

public:
 UIConnectionGroupInfo(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionGroupInfo ^ other);
public UIConnectionGroupInfo (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo other);
new Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo -> Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo
Public Sub New (other As UIConnectionGroupInfo)

Parameters

other
UIConnectionGroupInfo

Represents the other connection information.

Applies to

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.

public:
 UIConnectionGroupInfo(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ connectionInfo);
public UIConnectionGroupInfo (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo connectionInfo);
new Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo
Public Sub New (connectionInfo As UIConnectionInfo)

Parameters

connectionInfo
UIConnectionInfo

The connection information.

Applies to

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.

public:
 UIConnectionGroupInfo(System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^> ^ collection);
public UIConnectionGroupInfo (System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo> collection);
new Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo : seq<Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo> -> Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo
Public Sub New (collection As IEnumerable(Of UIConnectionInfo))

Parameters

collection
IEnumerable<UIConnectionInfo>

Represents the collection.

Applies to

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.

public:
 UIConnectionGroupInfo(int capacity);
public UIConnectionGroupInfo (int capacity);
new Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo : int -> Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo
Public Sub New (capacity As Integer)

Parameters

capacity
Int32

An integer that represents the capacity of the connection.

Applies to