UIConnectionGroupInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |