Construtor SfcDomainInfoCollection
Initializes a new instance of the SfcDomainInfoCollection class with specified list. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
list As IList(Of SfcDomainInfo) _
)
'Uso
Dim list As IList(Of SfcDomainInfo)
Dim instance As New SfcDomainInfoCollection(list)
public SfcDomainInfoCollection(
IList<SfcDomainInfo> list
)
public:
SfcDomainInfoCollection(
IList<SfcDomainInfo^>^ list
)
new :
list:IList<SfcDomainInfo> -> SfcDomainInfoCollection
public function SfcDomainInfoCollection(
list : IList<SfcDomainInfo>
)
Parâmetros
- list
Tipo: System.Collections.Generic.IList<SfcDomainInfo>
Information collection.