Freigeben über


UIConnectionGroupInfo-Klasse

Diese API unterstützt die SQL Server 2012-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<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<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<UIConnectionInfo>.)
Öffentliche Eigenschaft Count (Geerbt von List<UIConnectionInfo>.)
Öffentliche Eigenschaft Item (Geerbt von List<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<UIConnectionInfo>.)
Öffentliche Methode AddRange (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode AsReadOnly (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode BinarySearch(T) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode BinarySearch(T, IComparer<T>) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode BinarySearch(Int32, Int32, T, IComparer<T>) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode Clear (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode Contains (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode ConvertAll<TOutput> (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode CopyTo(array<T[]) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode CopyTo(array<T[], Int32) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode CopyTo(Int32, array<T[], Int32, Int32) (Geerbt von List<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<UIConnectionInfo>.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode Find (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode FindAll (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode FindIndex(Predicate<T>) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode FindIndex(Int32, Predicate<T>) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode FindIndex(Int32, Int32, Predicate<T>) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode FindLast (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode FindLastIndex(Predicate<T>) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode FindLastIndex(Int32, Predicate<T>) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode FindLastIndex(Int32, Int32, Predicate<T>) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode ForEach (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode GetEnumerator (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetRange (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode IndexOf(T) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode IndexOf(T, Int32) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode IndexOf(T, Int32, Int32) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode Insert (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode InsertRange (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode LastIndexOf(T) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode LastIndexOf(T, Int32) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode LastIndexOf(T, Int32, Int32) (Geerbt von List<UIConnectionInfo>.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Remove (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode RemoveAll (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode RemoveAt (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode RemoveRange (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode Reverse() (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode Reverse(Int32, Int32) (Geerbt von List<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<UIConnectionInfo>.)
Öffentliche Methode Sort(IComparer<T>) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode Sort(Comparison<T>) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode Sort(Int32, Int32, IComparer<T>) (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode ToArray (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode TrimExcess (Geerbt von List<UIConnectionInfo>.)
Öffentliche Methode TrueForAll (Geerbt von List<UIConnectionInfo>.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IList.Add (Geerbt von List<UIConnectionInfo>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Contains (Geerbt von List<UIConnectionInfo>.)
Explizite SchnittstellenimplementierungPrivate Methode ICollection.CopyTo (Geerbt von List<UIConnectionInfo>.)
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable<T>.GetEnumerator (Geerbt von List<UIConnectionInfo>.)
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable.GetEnumerator (Geerbt von List<UIConnectionInfo>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.IndexOf (Geerbt von List<UIConnectionInfo>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Insert (Geerbt von List<UIConnectionInfo>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsFixedSize (Geerbt von List<UIConnectionInfo>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection<T>.IsReadOnly (Geerbt von List<UIConnectionInfo>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsReadOnly (Geerbt von List<UIConnectionInfo>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.IsSynchronized (Geerbt von List<UIConnectionInfo>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.Item (Geerbt von List<UIConnectionInfo>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Remove (Geerbt von List<UIConnectionInfo>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.SyncRoot (Geerbt von List<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.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo.RegSvrEnum-Namespace