Classe UIConnectionGroupInfo
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Implements a nameable list of UIConnectionInfo objects.
Gerarchia di ereditarietà
System. . :: . .Object
System.Collections.Generic. . :: . .List< (Of < ( <'UIConnectionInfo> ) > ) >
Microsoft.SqlServer.Management.Smo.RegSvrEnum..::..UIConnectionGroupInfo
Spazio dei nomi Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)
Sintassi
'Dichiarazione
Public Class UIConnectionGroupInfo _
Inherits List(Of UIConnectionInfo)
'Utilizzo
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>
Nel tipo UIConnectionGroupInfo sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
UIConnectionGroupInfo() () () () | Infrastruttura. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Initializes a new instance of the UIConnectionGroupInfo class. |
![]() |
UIConnectionGroupInfo(Int32) | Infrastruttura. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified capacity parameter. |
![]() |
UIConnectionGroupInfo(UIConnectionGroupInfo) | Infrastruttura. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified other information. |
![]() |
UIConnectionGroupInfo(UIConnectionInfo) | Infrastruttura. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified connection information. |
![]() |
UIConnectionGroupInfo(IEnumerable< (Of < <' (UIConnectionInfo> ) > > )) | Infrastruttura. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified collection. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
Capacity | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
Count | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
Item | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
Name | Infrastruttura. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets or sets a String that specifies the name of the collection. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Add | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
AddRange | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
AsReadOnly | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
BinarySearch(T) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
BinarySearch(T, IComparer< (Of < <' (T> ) > > )) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
BinarySearch(Int32, Int32, T, IComparer< (Of < <' (T> ) > > )) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
Clear | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
Contains | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
ConvertAll< (Of < <' (TOutput> ) > > ) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
CopyTo(array<T> [] () [] []) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
CopyTo(array<T> [] () [] [], Int32) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
CopyTo(Int32, array<T> [] () [] [], Int32, Int32) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
DeepCopy | Infrastruttura. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Returns a UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object. |
![]() |
Equals | Ereditato da Object. |
![]() |
Exists | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
Finalize | Ereditato da Object. |
![]() |
Find | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
FindAll | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
FindIndex(Predicate< (Of < <' (T> ) > > )) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
FindIndex(Int32, Predicate< (Of < <' (T> ) > > )) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
FindIndex(Int32, Int32, Predicate< (Of < <' (T> ) > > )) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
FindLast | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
FindLastIndex(Predicate< (Of < <' (T> ) > > )) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
FindLastIndex(Int32, Predicate< (Of < <' (T> ) > > )) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
FindLastIndex(Int32, Int32, Predicate< (Of < <' (T> ) > > )) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
ForEach | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
GetEnumerator | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetRange | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
GetType | Ereditato da Object. |
![]() |
IndexOf(T) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
IndexOf(T, Int32) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
IndexOf(T, Int32, Int32) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
Insert | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
InsertRange | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
LastIndexOf(T) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
LastIndexOf(T, Int32) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
LastIndexOf(T, Int32, Int32) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
Remove | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
RemoveAll | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
RemoveAt | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
RemoveRange | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
Reverse() () () () | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
Reverse(Int32, Int32) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
ShallowCopy | Infrastruttura. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Returns a UIConnectionGroupInfo object that contains the objects from the current UIConnectionGroupInfo object. |
![]() |
Sort() () () () | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
Sort(IComparer< (Of < <' (T> ) > > )) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
Sort(Comparison< (Of < <' (T> ) > > )) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
Sort(Int32, Int32, IComparer< (Of < <' (T> ) > > )) | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
ToArray | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
ToString | Ereditato da Object. |
![]() |
TrimExcess | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() |
TrueForAll | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
In alto
Implementazioni esplicite dell'interfaccia
| Nome | Descrizione | |
|---|---|---|
![]() ![]() |
IList. . :: . .Add | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() ![]() |
IList. . :: . .Contains | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() ![]() |
ICollection. . :: . .CopyTo | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() ![]() |
IEnumerable< (Of < <' (T> ) > > ). . :: . .GetEnumerator | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() ![]() |
IEnumerable. . :: . .GetEnumerator | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() ![]() |
IList. . :: . .IndexOf | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() ![]() |
IList. . :: . .Insert | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() ![]() |
IList. . :: . .IsFixedSize | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() ![]() |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() ![]() |
IList. . :: . .IsReadOnly | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() ![]() |
ICollection. . :: . .IsSynchronized | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() ![]() |
IList. . :: . .Item | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() ![]() |
IList. . :: . .Remove | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
![]() ![]() |
ICollection. . :: . .SyncRoot | Ereditato da List< (Of < ( <'UIConnectionInfo> ) > ) >. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)