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

Properties

  Name Description
Public property Capacity (Inherited from List<UIConnectionInfo>.)
Public property Count (Inherited from List<UIConnectionInfo>.)
Public property Item (Inherited from List<UIConnectionInfo>.)
Public property 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

  Name Description
Public method Add (Inherited from List<UIConnectionInfo>.)
Public method AddRange (Inherited from List<UIConnectionInfo>.)
Public method AsReadOnly (Inherited from List<UIConnectionInfo>.)
Public method BinarySearch(T) (Inherited from List<UIConnectionInfo>.)
Public method BinarySearch(T, IComparer<T>) (Inherited from List<UIConnectionInfo>.)
Public method BinarySearch(Int32, Int32, T, IComparer<T>) (Inherited from List<UIConnectionInfo>.)
Public method Clear (Inherited from List<UIConnectionInfo>.)
Public method Contains (Inherited from List<UIConnectionInfo>.)
Public method ConvertAll<TOutput> (Inherited from List<UIConnectionInfo>.)
Public method CopyTo(array<T[]) (Inherited from List<UIConnectionInfo>.)
Public method CopyTo(array<T[], Int32) (Inherited from List<UIConnectionInfo>.)
Public method CopyTo(Int32, array<T[], Int32, Int32) (Inherited from List<UIConnectionInfo>.)
Public method DeepCopy Infrastructure. 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.
Public method Equals (Inherited from Object.)
Public method Exists (Inherited from List<UIConnectionInfo>.)
Protected method Finalize (Inherited from Object.)
Public method Find (Inherited from List<UIConnectionInfo>.)
Public method FindAll (Inherited from List<UIConnectionInfo>.)
Public method FindIndex(Predicate<T>) (Inherited from List<UIConnectionInfo>.)
Public method FindIndex(Int32, Predicate<T>) (Inherited from List<UIConnectionInfo>.)
Public method FindIndex(Int32, Int32, Predicate<T>) (Inherited from List<UIConnectionInfo>.)
Public method FindLast (Inherited from List<UIConnectionInfo>.)
Public method FindLastIndex(Predicate<T>) (Inherited from List<UIConnectionInfo>.)
Public method FindLastIndex(Int32, Predicate<T>) (Inherited from List<UIConnectionInfo>.)
Public method FindLastIndex(Int32, Int32, Predicate<T>) (Inherited from List<UIConnectionInfo>.)
Public method ForEach (Inherited from List<UIConnectionInfo>.)
Public method GetEnumerator (Inherited from List<UIConnectionInfo>.)
Public method GetHashCode (Inherited from Object.)
Public method GetRange (Inherited from List<UIConnectionInfo>.)
Public method GetType (Inherited from Object.)
Public method IndexOf(T) (Inherited from List<UIConnectionInfo>.)
Public method IndexOf(T, Int32) (Inherited from List<UIConnectionInfo>.)
Public method IndexOf(T, Int32, Int32) (Inherited from List<UIConnectionInfo>.)
Public method Insert (Inherited from List<UIConnectionInfo>.)
Public method InsertRange (Inherited from List<UIConnectionInfo>.)
Public method LastIndexOf(T) (Inherited from List<UIConnectionInfo>.)
Public method LastIndexOf(T, Int32) (Inherited from List<UIConnectionInfo>.)
Public method LastIndexOf(T, Int32, Int32) (Inherited from List<UIConnectionInfo>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from List<UIConnectionInfo>.)
Public method RemoveAll (Inherited from List<UIConnectionInfo>.)
Public method RemoveAt (Inherited from List<UIConnectionInfo>.)
Public method RemoveRange (Inherited from List<UIConnectionInfo>.)
Public method Reverse() (Inherited from List<UIConnectionInfo>.)
Public method Reverse(Int32, Int32) (Inherited from List<UIConnectionInfo>.)
Public method ShallowCopy Infrastructure. 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.
Public method Sort() (Inherited from List<UIConnectionInfo>.)
Public method Sort(IComparer<T>) (Inherited from List<UIConnectionInfo>.)
Public method Sort(Comparison<T>) (Inherited from List<UIConnectionInfo>.)
Public method Sort(Int32, Int32, IComparer<T>) (Inherited from List<UIConnectionInfo>.)
Public method ToArray (Inherited from List<UIConnectionInfo>.)
Public method ToString (Inherited from Object.)
Public method TrimExcess (Inherited from List<UIConnectionInfo>.)
Public method TrueForAll (Inherited from List<UIConnectionInfo>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from List<UIConnectionInfo>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from List<UIConnectionInfo>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from List<UIConnectionInfo>.)
Explicit interface implemetationPrivate method IEnumerable<T>.GetEnumerator (Inherited from List<UIConnectionInfo>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from List<UIConnectionInfo>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from List<UIConnectionInfo>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from List<UIConnectionInfo>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from List<UIConnectionInfo>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from List<UIConnectionInfo>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from List<UIConnectionInfo>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from List<UIConnectionInfo>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from List<UIConnectionInfo>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from List<UIConnectionInfo>.)
Explicit interface implemetationPrivate property 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.

See Also

Reference

Microsoft.SqlServer.Management.Smo.RegSvrEnum Namespace