UIConnectionGroupInfo 类

此 API 支持 基础结构,但不能通过代码直接使用。

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Implements a nameable list of UIConnectionInfo objects.

继承层次结构

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

命名空间:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
程序集:  Microsoft.SqlServer.RegSvrEnum(在 Microsoft.SqlServer.RegSvrEnum.dll 中)

语法

声明
Public Class UIConnectionGroupInfo _
    Inherits List(Of UIConnectionInfo)
用法
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>

UIConnectionGroupInfo 类型公开以下成员。

构造函数

  名称 说明
公共方法 UIConnectionGroupInfo() () () () 基础结构。不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Initializes a new instance of the UIConnectionGroupInfo class.
公共方法 UIConnectionGroupInfo(Int32) 基础结构。不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Initializes a new instance of the UIConnectionGroupInfo class with the specified capacity parameter.
公共方法 UIConnectionGroupInfo(UIConnectionGroupInfo) 基础结构。不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Initializes a new instance of the UIConnectionGroupInfo class with the specified other information.
公共方法 UIConnectionGroupInfo(UIConnectionInfo) 基础结构。不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Initializes a new instance of the UIConnectionGroupInfo class with the specified connection information.
公共方法 UIConnectionGroupInfo(IEnumerable< (Of < <' (UIConnectionInfo> ) > > )) 基础结构。不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Initializes a new instance of the UIConnectionGroupInfo class with the specified collection.

页首

属性

  名称 说明
公共属性 Capacity (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共属性 Count (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共属性 Item (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共属性 Name 基础结构。不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Gets or sets a String that specifies the name of the collection.

页首

方法

  名称 说明
公共方法 Add (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 AddRange (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 AsReadOnly (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 BinarySearch(T) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 BinarySearch(T, IComparer< (Of < <' (T> ) > > )) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 BinarySearch(Int32, Int32, T, IComparer< (Of < <' (T> ) > > )) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 Clear (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 Contains (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 ConvertAll< (Of < <' (TOutput> ) > > ) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 CopyTo(array<T> [] () [] []) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 CopyTo(array<T> [] () [] [], Int32) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 CopyTo(Int32, array<T> [] () [] [], Int32, Int32) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 DeepCopy 基础结构。不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Returns a UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object.
公共方法 Equals (从 Object 继承。)
公共方法 Exists (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 Find (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 FindAll (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 FindIndex(Predicate< (Of < <' (T> ) > > )) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 FindIndex(Int32, Predicate< (Of < <' (T> ) > > )) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 FindIndex(Int32, Int32, Predicate< (Of < <' (T> ) > > )) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 FindLast (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 FindLastIndex(Predicate< (Of < <' (T> ) > > )) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 FindLastIndex(Int32, Predicate< (Of < <' (T> ) > > )) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 FindLastIndex(Int32, Int32, Predicate< (Of < <' (T> ) > > )) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 ForEach (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 GetEnumerator (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetRange (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 IndexOf(T) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 IndexOf(T, Int32) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 IndexOf(T, Int32, Int32) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 Insert (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 InsertRange (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 LastIndexOf(T) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 LastIndexOf(T, Int32) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 LastIndexOf(T, Int32, Int32) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 Remove (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 RemoveAll (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 RemoveAt (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 RemoveRange (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 Reverse() () () () (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 Reverse(Int32, Int32) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 ShallowCopy 基础结构。不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Returns a UIConnectionGroupInfo object that contains the objects from the current UIConnectionGroupInfo object.
公共方法 Sort() () () () (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 Sort(IComparer< (Of < <' (T> ) > > )) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 Sort(Comparison< (Of < <' (T> ) > > )) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 Sort(Int32, Int32, IComparer< (Of < <' (T> ) > > )) (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 ToArray (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 ToString (从 Object 继承。)
公共方法 TrimExcess (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
公共方法 TrueForAll (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IList. . :: . .Add (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
显式接口实现私有方法 IList. . :: . .Contains (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
显式接口实现私有方法 ICollection. . :: . .CopyTo (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
显式接口实现私有方法 IEnumerable< (Of < <' (T> ) > > ). . :: . .GetEnumerator (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
显式接口实现私有方法 IEnumerable. . :: . .GetEnumerator (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
显式接口实现私有方法 IList. . :: . .IndexOf (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
显式接口实现私有方法 IList. . :: . .Insert (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
显式接口实现私有属性 IList. . :: . .IsFixedSize (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
显式接口实现私有属性 ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
显式接口实现私有属性 IList. . :: . .IsReadOnly (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
显式接口实现私有属性 ICollection. . :: . .IsSynchronized (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
显式接口实现私有属性 IList. . :: . .Item (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
显式接口实现私有方法 IList. . :: . .Remove (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)
显式接口实现私有属性 ICollection. . :: . .SyncRoot (从 List< (Of < ( <'UIConnectionInfo> ) > ) > 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。