Classe UIConnectionGroupInfo
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Ne faites pas directement référence à 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<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 faites pas directement référence à 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 faites pas directement référence à 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 faites pas directement référence à 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 faites pas directement référence à 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<UIConnectionInfo>) | Infrastructure. Ne faites pas directement référence à 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<UIConnectionInfo>.) | |
Count | (hérité de List<UIConnectionInfo>.) | |
Item | (hérité de List<UIConnectionInfo>.) | |
Name | Infrastructure. Ne faites pas directement référence à 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
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IList.Add | (hérité de List<UIConnectionInfo>.) | |
IList.Contains | (hérité de List<UIConnectionInfo>.) | |
ICollection.CopyTo | (hérité de List<UIConnectionInfo>.) | |
IEnumerable<T>.GetEnumerator | (hérité de List<UIConnectionInfo>.) | |
IEnumerable.GetEnumerator | (hérité de List<UIConnectionInfo>.) | |
IList.IndexOf | (hérité de List<UIConnectionInfo>.) | |
IList.Insert | (hérité de List<UIConnectionInfo>.) | |
IList.IsFixedSize | (hérité de List<UIConnectionInfo>.) | |
ICollection<T>.IsReadOnly | (hérité de List<UIConnectionInfo>.) | |
IList.IsReadOnly | (hérité de List<UIConnectionInfo>.) | |
ICollection.IsSynchronized | (hérité de List<UIConnectionInfo>.) | |
IList.Item | (hérité de List<UIConnectionInfo>.) | |
IList.Remove | (hérité de List<UIConnectionInfo>.) | |
ICollection.SyncRoot | (hérité de List<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.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo.RegSvrEnum