Classe UIConnectionGroupInfo
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Implements a nameable list of UIConnectionInfo objects.
Hierarquia de herança
System. . :: . .Object
System.Collections.Generic. . :: . .List< (Of < ( <'UIConnectionInfo> ) > ) >
Microsoft.SqlServer.Management.Smo.RegSvrEnum..::..UIConnectionGroupInfo
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
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>
O tipo UIConnectionGroupInfo expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
UIConnectionGroupInfo() () () () | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a new instance of the UIConnectionGroupInfo class. | |
UIConnectionGroupInfo(Int32) | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified capacity parameter. | |
UIConnectionGroupInfo(UIConnectionGroupInfo) | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified other information. | |
UIConnectionGroupInfo(UIConnectionInfo) | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified connection information. | |
UIConnectionGroupInfo(IEnumerable< (Of < <' (UIConnectionInfo> ) > > )) | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified collection. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Capacity | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
Count | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
Item | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
Name | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets a String that specifies the name of the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
AddRange | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
AsReadOnly | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
BinarySearch(T) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
BinarySearch(T, IComparer< (Of < <' (T> ) > > )) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
BinarySearch(Int32, Int32, T, IComparer< (Of < <' (T> ) > > )) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
Clear | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
Contains | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
ConvertAll< (Of < <' (TOutput> ) > > ) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
CopyTo(array<T> [] () [] []) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
CopyTo(array<T> [] () [] [], Int32) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
CopyTo(Int32, array<T> [] () [] [], Int32, Int32) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
DeepCopy | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Returns a UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object. | |
Equals | (Herdado de Object.) | |
Exists | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
Finalize | (Herdado de Object.) | |
Find | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
FindAll | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
FindIndex(Predicate< (Of < <' (T> ) > > )) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
FindIndex(Int32, Predicate< (Of < <' (T> ) > > )) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
FindIndex(Int32, Int32, Predicate< (Of < <' (T> ) > > )) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
FindLast | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
FindLastIndex(Predicate< (Of < <' (T> ) > > )) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
FindLastIndex(Int32, Predicate< (Of < <' (T> ) > > )) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
FindLastIndex(Int32, Int32, Predicate< (Of < <' (T> ) > > )) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
ForEach | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
GetEnumerator | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
GetHashCode | (Herdado de Object.) | |
GetRange | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
GetType | (Herdado de Object.) | |
IndexOf(T) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
IndexOf(T, Int32) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
IndexOf(T, Int32, Int32) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
Insert | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
InsertRange | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
LastIndexOf(T) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
LastIndexOf(T, Int32) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
LastIndexOf(T, Int32, Int32) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
MemberwiseClone | (Herdado de Object.) | |
Remove | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
RemoveAll | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
RemoveAt | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
RemoveRange | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
Reverse() () () () | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
Reverse(Int32, Int32) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
ShallowCopy | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Returns a UIConnectionGroupInfo object that contains the objects from the current UIConnectionGroupInfo object. | |
Sort() () () () | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
Sort(IComparer< (Of < <' (T> ) > > )) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
Sort(Comparison< (Of < <' (T> ) > > )) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
Sort(Int32, Int32, IComparer< (Of < <' (T> ) > > )) | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
ToArray | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
ToString | (Herdado de Object.) | |
TrimExcess | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
TrueForAll | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IList. . :: . .Add | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
IList. . :: . .Contains | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
ICollection. . :: . .CopyTo | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
IEnumerable< (Of < <' (T> ) > > ). . :: . .GetEnumerator | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
IEnumerable. . :: . .GetEnumerator | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
IList. . :: . .IndexOf | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
IList. . :: . .Insert | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
IList. . :: . .IsFixedSize | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
IList. . :: . .IsReadOnly | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
ICollection. . :: . .IsSynchronized | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
IList. . :: . .Item | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
IList. . :: . .Remove | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) | |
ICollection. . :: . .SyncRoot | (Herdado de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.