Construtor UIConnectionGroupInfo (IEnumerable(UIConnectionInfo))
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified collection.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
Public Sub New ( _
collection As IEnumerable(Of UIConnectionInfo) _
)
'Uso
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>
)
Parâmetros
- collection
Tipo: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'UIConnectionInfo> ) > ) >
Represents the collection.