此 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.