UIConnectionGroupInfo 构造函数 (IEnumerable<UIConnectionInfo>)
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Initializes a new instance of the UIConnectionGroupInfo class with the specified collection.
命名空间: Microsoft.SqlServer.Management.Smo.RegSvrEnum
程序集: Microsoft.SqlServer.RegSvrEnum(在 Microsoft.SqlServer.RegSvrEnum.dll 中)
语法
声明
Public Sub New ( _
collection As IEnumerable(Of UIConnectionInfo) _
)
用法
Dim collection As IEnumerable(Of UIConnectionInfo)
Dim instance As New UIConnectionGroupInfo(collection)
public UIConnectionGroupInfo(
IEnumerable<UIConnectionInfo> collection
)
public:
UIConnectionGroupInfo(
IEnumerable<UIConnectionInfo^>^ collection
)
new :
collection:IEnumerable<UIConnectionInfo> -> UIConnectionGroupInfo
public function UIConnectionGroupInfo(
collection : IEnumerable<UIConnectionInfo>
)
参数
- collection
类型:System.Collections.Generic.IEnumerable<UIConnectionInfo>
Represents the collection.