Classe UIConnectionGroupInfo
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Implements a nameable list of UIConnectionInfo objects.
Hiérarchie d'héritage
System. . :: . .Object
System.Collections.Generic. . :: . .List< (Of < ( <'UIConnectionInfo> ) > ) >
Microsoft.SqlServer.Management.Smo.RegSvrEnum..::..UIConnectionGroupInfo
Espace de noms : Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly : Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)
Syntaxe
'Déclaration
Public Class UIConnectionGroupInfo _
Inherits List(Of UIConnectionInfo)
'Utilisation
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>
Le type UIConnectionGroupInfo expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
UIConnectionGroupInfo() () () () | Infrastructure. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Initializes a new instance of the UIConnectionGroupInfo class. |
![]() |
UIConnectionGroupInfo(Int32) | Infrastructure. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified capacity parameter. |
![]() |
UIConnectionGroupInfo(UIConnectionGroupInfo) | Infrastructure. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified other information. |
![]() |
UIConnectionGroupInfo(UIConnectionInfo) | Infrastructure. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified connection information. |
![]() |
UIConnectionGroupInfo(IEnumerable< (Of < <' (UIConnectionInfo> ) > > )) | Infrastructure. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified collection. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Capacity | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
Count | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
Item | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
Name | Infrastructure. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets or sets a String that specifies the name of the collection. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Add | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
AddRange | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
AsReadOnly | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
BinarySearch(T) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
BinarySearch(T, IComparer< (Of < <' (T> ) > > )) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
BinarySearch(Int32, Int32, T, IComparer< (Of < <' (T> ) > > )) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
Clear | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
Contains | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
ConvertAll< (Of < <' (TOutput> ) > > ) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
CopyTo(array<T> [] () [] []) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
CopyTo(array<T> [] () [] [], Int32) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
CopyTo(Int32, array<T> [] () [] [], Int32, Int32) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
DeepCopy | Infrastructure. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Returns a UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object. |
![]() |
Equals | (hérité de Object.) |
![]() |
Exists | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
Find | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
FindAll | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
FindIndex(Predicate< (Of < <' (T> ) > > )) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
FindIndex(Int32, Predicate< (Of < <' (T> ) > > )) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
FindIndex(Int32, Int32, Predicate< (Of < <' (T> ) > > )) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
FindLast | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
FindLastIndex(Predicate< (Of < <' (T> ) > > )) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
FindLastIndex(Int32, Predicate< (Of < <' (T> ) > > )) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
FindLastIndex(Int32, Int32, Predicate< (Of < <' (T> ) > > )) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
ForEach | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
GetEnumerator | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetRange | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
GetType | (hérité de Object.) |
![]() |
IndexOf(T) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
IndexOf(T, Int32) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
IndexOf(T, Int32, Int32) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
Insert | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
InsertRange | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
LastIndexOf(T) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
LastIndexOf(T, Int32) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
LastIndexOf(T, Int32, Int32) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
Remove | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
RemoveAll | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
RemoveAt | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
RemoveRange | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
Reverse() () () () | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
Reverse(Int32, Int32) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
ShallowCopy | Infrastructure. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Returns a UIConnectionGroupInfo object that contains the objects from the current UIConnectionGroupInfo object. |
![]() |
Sort() () () () | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
Sort(IComparer< (Of < <' (T> ) > > )) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
Sort(Comparison< (Of < <' (T> ) > > )) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
Sort(Int32, Int32, IComparer< (Of < <' (T> ) > > )) | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
ToArray | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
ToString | (hérité de Object.) |
![]() |
TrimExcess | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() |
TrueForAll | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
Haut de la page
Implémentations d'interfaces explicites
| Nom | Description | |
|---|---|---|
![]() ![]() |
IList. . :: . .Add | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() ![]() |
IList. . :: . .Contains | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .CopyTo | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() ![]() |
IEnumerable< (Of < <' (T> ) > > ). . :: . .GetEnumerator | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() ![]() |
IEnumerable. . :: . .GetEnumerator | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() ![]() |
IList. . :: . .IndexOf | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() ![]() |
IList. . :: . .Insert | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() ![]() |
IList. . :: . .IsFixedSize | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() ![]() |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() ![]() |
IList. . :: . .IsReadOnly | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .IsSynchronized | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() ![]() |
IList. . :: . .Item | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() ![]() |
IList. . :: . .Remove | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .SyncRoot | (hérité de List< (Of < ( <'UIConnectionInfo> ) > ) >.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)