Compartir a través de


Clase UIConnectionGroupInfo

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Implements a nameable list of UIConnectionInfo objects.

Jerarquía de herencia

System.Object
  System.Collections.Generic.List<UIConnectionInfo>
    Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Ensamblado:  Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)

Sintaxis

'Declaración
Public Class UIConnectionGroupInfo _
    Inherits List(Of UIConnectionInfo)
'Uso
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>

El tipo UIConnectionGroupInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público UIConnectionGroupInfo() Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Initializes a new instance of the UIConnectionGroupInfo class.
Método público UIConnectionGroupInfo(Int32) Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified capacity parameter.
Método público UIConnectionGroupInfo(UIConnectionGroupInfo) Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified other information.
Método público UIConnectionGroupInfo(UIConnectionInfo) Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified connection information.
Método público UIConnectionGroupInfo(IEnumerable<UIConnectionInfo>) Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified collection.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Capacity (Se hereda de List<UIConnectionInfo>.)
Propiedad pública Count (Se hereda de List<UIConnectionInfo>.)
Propiedad pública Item (Se hereda de List<UIConnectionInfo>.)
Propiedad pública Name Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets a String that specifies the name of the collection.

Arriba

Métodos

  Nombre Descripción
Método público Add (Se hereda de List<UIConnectionInfo>.)
Método público AddRange (Se hereda de List<UIConnectionInfo>.)
Método público AsReadOnly (Se hereda de List<UIConnectionInfo>.)
Método público BinarySearch(T) (Se hereda de List<UIConnectionInfo>.)
Método público BinarySearch(T, IComparer<T>) (Se hereda de List<UIConnectionInfo>.)
Método público BinarySearch(Int32, Int32, T, IComparer<T>) (Se hereda de List<UIConnectionInfo>.)
Método público Clear (Se hereda de List<UIConnectionInfo>.)
Método público Contains (Se hereda de List<UIConnectionInfo>.)
Método público ConvertAll<TOutput> (Se hereda de List<UIConnectionInfo>.)
Método público CopyTo(array<T[]) (Se hereda de List<UIConnectionInfo>.)
Método público CopyTo(array<T[], Int32) (Se hereda de List<UIConnectionInfo>.)
Método público CopyTo(Int32, array<T[], Int32, Int32) (Se hereda de List<UIConnectionInfo>.)
Método público DeepCopy Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Returns a UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object.
Método público Equals (Se hereda de Object.)
Método público Exists (Se hereda de List<UIConnectionInfo>.)
Método protegido Finalize (Se hereda de Object.)
Método público Find (Se hereda de List<UIConnectionInfo>.)
Método público FindAll (Se hereda de List<UIConnectionInfo>.)
Método público FindIndex(Predicate<T>) (Se hereda de List<UIConnectionInfo>.)
Método público FindIndex(Int32, Predicate<T>) (Se hereda de List<UIConnectionInfo>.)
Método público FindIndex(Int32, Int32, Predicate<T>) (Se hereda de List<UIConnectionInfo>.)
Método público FindLast (Se hereda de List<UIConnectionInfo>.)
Método público FindLastIndex(Predicate<T>) (Se hereda de List<UIConnectionInfo>.)
Método público FindLastIndex(Int32, Predicate<T>) (Se hereda de List<UIConnectionInfo>.)
Método público FindLastIndex(Int32, Int32, Predicate<T>) (Se hereda de List<UIConnectionInfo>.)
Método público ForEach (Se hereda de List<UIConnectionInfo>.)
Método público GetEnumerator (Se hereda de List<UIConnectionInfo>.)
Método público GetHashCode (Se hereda de Object.)
Método público GetRange (Se hereda de List<UIConnectionInfo>.)
Método público GetType (Se hereda de Object.)
Método público IndexOf(T) (Se hereda de List<UIConnectionInfo>.)
Método público IndexOf(T, Int32) (Se hereda de List<UIConnectionInfo>.)
Método público IndexOf(T, Int32, Int32) (Se hereda de List<UIConnectionInfo>.)
Método público Insert (Se hereda de List<UIConnectionInfo>.)
Método público InsertRange (Se hereda de List<UIConnectionInfo>.)
Método público LastIndexOf(T) (Se hereda de List<UIConnectionInfo>.)
Método público LastIndexOf(T, Int32) (Se hereda de List<UIConnectionInfo>.)
Método público LastIndexOf(T, Int32, Int32) (Se hereda de List<UIConnectionInfo>.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Remove (Se hereda de List<UIConnectionInfo>.)
Método público RemoveAll (Se hereda de List<UIConnectionInfo>.)
Método público RemoveAt (Se hereda de List<UIConnectionInfo>.)
Método público RemoveRange (Se hereda de List<UIConnectionInfo>.)
Método público Reverse() (Se hereda de List<UIConnectionInfo>.)
Método público Reverse(Int32, Int32) (Se hereda de List<UIConnectionInfo>.)
Método público ShallowCopy Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Returns a UIConnectionGroupInfo object that contains the objects from the current UIConnectionGroupInfo object.
Método público Sort() (Se hereda de List<UIConnectionInfo>.)
Método público Sort(IComparer<T>) (Se hereda de List<UIConnectionInfo>.)
Método público Sort(Comparison<T>) (Se hereda de List<UIConnectionInfo>.)
Método público Sort(Int32, Int32, IComparer<T>) (Se hereda de List<UIConnectionInfo>.)
Método público ToArray (Se hereda de List<UIConnectionInfo>.)
Método público ToString (Se hereda de Object.)
Método público TrimExcess (Se hereda de List<UIConnectionInfo>.)
Método público TrueForAll (Se hereda de List<UIConnectionInfo>.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IList.Add (Se hereda de List<UIConnectionInfo>.)
Implementación de interfaces explícitasMétodo privado IList.Contains (Se hereda de List<UIConnectionInfo>.)
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo (Se hereda de List<UIConnectionInfo>.)
Implementación de interfaces explícitasMétodo privado IEnumerable<T>.GetEnumerator (Se hereda de List<UIConnectionInfo>.)
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator (Se hereda de List<UIConnectionInfo>.)
Implementación de interfaces explícitasMétodo privado IList.IndexOf (Se hereda de List<UIConnectionInfo>.)
Implementación de interfaces explícitasMétodo privado IList.Insert (Se hereda de List<UIConnectionInfo>.)
Implementación de interfaces explícitasPropiedad privada IList.IsFixedSize (Se hereda de List<UIConnectionInfo>.)
Implementación de interfaces explícitasPropiedad privada ICollection<T>.IsReadOnly (Se hereda de List<UIConnectionInfo>.)
Implementación de interfaces explícitasPropiedad privada IList.IsReadOnly (Se hereda de List<UIConnectionInfo>.)
Implementación de interfaces explícitasPropiedad privada ICollection.IsSynchronized (Se hereda de List<UIConnectionInfo>.)
Implementación de interfaces explícitasPropiedad privada IList.Item (Se hereda de List<UIConnectionInfo>.)
Implementación de interfaces explícitasMétodo privado IList.Remove (Se hereda de List<UIConnectionInfo>.)
Implementación de interfaces explícitasPropiedad privada ICollection.SyncRoot (Se hereda de List<UIConnectionInfo>.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo.RegSvrEnum