Freigeben über


UIConnectionGroupInfo-Klasse

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Implements a nameable list of UIConnectionInfo objects.

Vererbungshierarchie

System. . :: . .Object
  System.Collections.Generic. . :: . .List< (Of < ( <'UIConnectionInfo> ) > ) >
    Microsoft.SqlServer.Management.Smo.RegSvrEnum..::..UIConnectionGroupInfo

Namespace:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly:  Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)

Syntax

'Declaration
Public Class UIConnectionGroupInfo _
    Inherits List(Of UIConnectionInfo)
'Usage
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>

Der UIConnectionGroupInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode UIConnectionGroupInfo() () () () Infrastruktur Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Initializes a new instance of the UIConnectionGroupInfo class.
Öffentliche Methode UIConnectionGroupInfo(Int32) Infrastruktur Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Initializes a new instance of the UIConnectionGroupInfo class with the specified capacity parameter.
Öffentliche Methode UIConnectionGroupInfo(UIConnectionGroupInfo) Infrastruktur Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Initializes a new instance of the UIConnectionGroupInfo class with the specified other information.
Öffentliche Methode UIConnectionGroupInfo(UIConnectionInfo) Infrastruktur Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Initializes a new instance of the UIConnectionGroupInfo class with the specified connection information.
Öffentliche Methode UIConnectionGroupInfo(IEnumerable< (Of < <' (UIConnectionInfo> ) > > )) Infrastruktur Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Initializes a new instance of the UIConnectionGroupInfo class with the specified collection.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Capacity (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Eigenschaft Count (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Eigenschaft Item (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Eigenschaft Name Infrastruktur Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets or sets a String that specifies the name of the collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode AddRange (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode AsReadOnly (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode BinarySearch(T) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode BinarySearch(T, IComparer< (Of < <' (T> ) > > )) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode BinarySearch(Int32, Int32, T, IComparer< (Of < <' (T> ) > > )) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode Clear (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode Contains (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode ConvertAll< (Of < <' (TOutput> ) > > ) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode CopyTo(array<T> [] () [] []) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode CopyTo(array<T> [] () [] [], Int32) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode CopyTo(Int32, array<T> [] () [] [], Int32, Int32) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode DeepCopy Infrastruktur Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Returns a UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode Exists (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode Find (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode FindAll (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode FindIndex(Predicate< (Of < <' (T> ) > > )) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode FindIndex(Int32, Predicate< (Of < <' (T> ) > > )) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode FindIndex(Int32, Int32, Predicate< (Of < <' (T> ) > > )) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode FindLast (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode FindLastIndex(Predicate< (Of < <' (T> ) > > )) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode FindLastIndex(Int32, Predicate< (Of < <' (T> ) > > )) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode FindLastIndex(Int32, Int32, Predicate< (Of < <' (T> ) > > )) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode ForEach (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode GetEnumerator (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetRange (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode IndexOf(T) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode IndexOf(T, Int32) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode IndexOf(T, Int32, Int32) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode Insert (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode InsertRange (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode LastIndexOf(T) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode LastIndexOf(T, Int32) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode LastIndexOf(T, Int32, Int32) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Remove (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode RemoveAll (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode RemoveAt (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode RemoveRange (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode Reverse() () () () (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode Reverse(Int32, Int32) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode ShallowCopy Infrastruktur Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Returns a UIConnectionGroupInfo object that contains the objects from the current UIConnectionGroupInfo object.
Öffentliche Methode Sort() () () () (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode Sort(IComparer< (Of < <' (T> ) > > )) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode Sort(Comparison< (Of < <' (T> ) > > )) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode Sort(Int32, Int32, IComparer< (Of < <' (T> ) > > )) (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode ToArray (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode TrimExcess (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Öffentliche Methode TrueForAll (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IList. . :: . .Add (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode IList. . :: . .Contains (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode ICollection. . :: . .CopyTo (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable< (Of < <' (T> ) > > ). . :: . .GetEnumerator (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable. . :: . .GetEnumerator (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode IList. . :: . .IndexOf (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode IList. . :: . .Insert (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList. . :: . .IsFixedSize (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList. . :: . .IsReadOnly (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection. . :: . .IsSynchronized (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList. . :: . .Item (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode IList. . :: . .Remove (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection. . :: . .SyncRoot (Geerbt von List< (Of < ( <'UIConnectionInfo> ) > ) >.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.