Partager via


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
Méthode publique 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.
Méthode publique 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.
Méthode publique 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.
Méthode publique 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.
Méthode publique 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
Propriété publique Capacity (hérité de List<UIConnectionInfo>.)
Propriété publique Count (hérité de List<UIConnectionInfo>.)
Propriété publique Item (hérité de List<UIConnectionInfo>.)
Propriété publique 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

  Nom Description
Méthode publique Add (hérité de List<UIConnectionInfo>.)
Méthode publique AddRange (hérité de List<UIConnectionInfo>.)
Méthode publique AsReadOnly (hérité de List<UIConnectionInfo>.)
Méthode publique BinarySearch(T) (hérité de List<UIConnectionInfo>.)
Méthode publique BinarySearch(T, IComparer<T>) (hérité de List<UIConnectionInfo>.)
Méthode publique BinarySearch(Int32, Int32, T, IComparer<T>) (hérité de List<UIConnectionInfo>.)
Méthode publique Clear (hérité de List<UIConnectionInfo>.)
Méthode publique Contains (hérité de List<UIConnectionInfo>.)
Méthode publique ConvertAll<TOutput> (hérité de List<UIConnectionInfo>.)
Méthode publique CopyTo(array<T[]) (hérité de List<UIConnectionInfo>.)
Méthode publique CopyTo(array<T[], Int32) (hérité de List<UIConnectionInfo>.)
Méthode publique CopyTo(Int32, array<T[], Int32, Int32) (hérité de List<UIConnectionInfo>.)
Méthode publique DeepCopy Infrastructure. Ne faites pas directement référence à 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.
Méthode publique Equals (hérité de Object.)
Méthode publique Exists (hérité de List<UIConnectionInfo>.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique Find (hérité de List<UIConnectionInfo>.)
Méthode publique FindAll (hérité de List<UIConnectionInfo>.)
Méthode publique FindIndex(Predicate<T>) (hérité de List<UIConnectionInfo>.)
Méthode publique FindIndex(Int32, Predicate<T>) (hérité de List<UIConnectionInfo>.)
Méthode publique FindIndex(Int32, Int32, Predicate<T>) (hérité de List<UIConnectionInfo>.)
Méthode publique FindLast (hérité de List<UIConnectionInfo>.)
Méthode publique FindLastIndex(Predicate<T>) (hérité de List<UIConnectionInfo>.)
Méthode publique FindLastIndex(Int32, Predicate<T>) (hérité de List<UIConnectionInfo>.)
Méthode publique FindLastIndex(Int32, Int32, Predicate<T>) (hérité de List<UIConnectionInfo>.)
Méthode publique ForEach (hérité de List<UIConnectionInfo>.)
Méthode publique GetEnumerator (hérité de List<UIConnectionInfo>.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetRange (hérité de List<UIConnectionInfo>.)
Méthode publique GetType (hérité de Object.)
Méthode publique IndexOf(T) (hérité de List<UIConnectionInfo>.)
Méthode publique IndexOf(T, Int32) (hérité de List<UIConnectionInfo>.)
Méthode publique IndexOf(T, Int32, Int32) (hérité de List<UIConnectionInfo>.)
Méthode publique Insert (hérité de List<UIConnectionInfo>.)
Méthode publique InsertRange (hérité de List<UIConnectionInfo>.)
Méthode publique LastIndexOf(T) (hérité de List<UIConnectionInfo>.)
Méthode publique LastIndexOf(T, Int32) (hérité de List<UIConnectionInfo>.)
Méthode publique LastIndexOf(T, Int32, Int32) (hérité de List<UIConnectionInfo>.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique Remove (hérité de List<UIConnectionInfo>.)
Méthode publique RemoveAll (hérité de List<UIConnectionInfo>.)
Méthode publique RemoveAt (hérité de List<UIConnectionInfo>.)
Méthode publique RemoveRange (hérité de List<UIConnectionInfo>.)
Méthode publique Reverse() (hérité de List<UIConnectionInfo>.)
Méthode publique Reverse(Int32, Int32) (hérité de List<UIConnectionInfo>.)
Méthode publique ShallowCopy Infrastructure. Ne faites pas directement référence à 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.
Méthode publique Sort() (hérité de List<UIConnectionInfo>.)
Méthode publique Sort(IComparer<T>) (hérité de List<UIConnectionInfo>.)
Méthode publique Sort(Comparison<T>) (hérité de List<UIConnectionInfo>.)
Méthode publique Sort(Int32, Int32, IComparer<T>) (hérité de List<UIConnectionInfo>.)
Méthode publique ToArray (hérité de List<UIConnectionInfo>.)
Méthode publique ToString (hérité de Object.)
Méthode publique TrimExcess (hérité de List<UIConnectionInfo>.)
Méthode publique TrueForAll (hérité de List<UIConnectionInfo>.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IList.Add (hérité de List<UIConnectionInfo>.)
Implémentation d'interface expliciteMéthode privée IList.Contains (hérité de List<UIConnectionInfo>.)
Implémentation d'interface expliciteMéthode privée ICollection.CopyTo (hérité de List<UIConnectionInfo>.)
Implémentation d'interface expliciteMéthode privée IEnumerable<T>.GetEnumerator (hérité de List<UIConnectionInfo>.)
Implémentation d'interface expliciteMéthode privée IEnumerable.GetEnumerator (hérité de List<UIConnectionInfo>.)
Implémentation d'interface expliciteMéthode privée IList.IndexOf (hérité de List<UIConnectionInfo>.)
Implémentation d'interface expliciteMéthode privée IList.Insert (hérité de List<UIConnectionInfo>.)
Implémentation d'interface explicitePropriété privée IList.IsFixedSize (hérité de List<UIConnectionInfo>.)
Implémentation d'interface explicitePropriété privée ICollection<T>.IsReadOnly (hérité de List<UIConnectionInfo>.)
Implémentation d'interface explicitePropriété privée IList.IsReadOnly (hérité de List<UIConnectionInfo>.)
Implémentation d'interface explicitePropriété privée ICollection.IsSynchronized (hérité de List<UIConnectionInfo>.)
Implémentation d'interface explicitePropriété privée IList.Item (hérité de List<UIConnectionInfo>.)
Implémentation d'interface expliciteMéthode privée IList.Remove (hérité de List<UIConnectionInfo>.)
Implémentation d'interface explicitePropriété privée 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