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 | |
---|---|---|
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. | |
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. | |
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. | |
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. | |
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 | |
---|---|---|
Capacity | (Se hereda de List<UIConnectionInfo>.) | |
Count | (Se hereda de List<UIConnectionInfo>.) | |
Item | (Se hereda de List<UIConnectionInfo>.) | |
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
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IList.Add | (Se hereda de List<UIConnectionInfo>.) | |
IList.Contains | (Se hereda de List<UIConnectionInfo>.) | |
ICollection.CopyTo | (Se hereda de List<UIConnectionInfo>.) | |
IEnumerable<T>.GetEnumerator | (Se hereda de List<UIConnectionInfo>.) | |
IEnumerable.GetEnumerator | (Se hereda de List<UIConnectionInfo>.) | |
IList.IndexOf | (Se hereda de List<UIConnectionInfo>.) | |
IList.Insert | (Se hereda de List<UIConnectionInfo>.) | |
IList.IsFixedSize | (Se hereda de List<UIConnectionInfo>.) | |
ICollection<T>.IsReadOnly | (Se hereda de List<UIConnectionInfo>.) | |
IList.IsReadOnly | (Se hereda de List<UIConnectionInfo>.) | |
ICollection.IsSynchronized | (Se hereda de List<UIConnectionInfo>.) | |
IList.Item | (Se hereda de List<UIConnectionInfo>.) | |
IList.Remove | (Se hereda de List<UIConnectionInfo>.) | |
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