Constructeur SfcDomainInfoCollection
Initializes a new instance of the SfcDomainInfoCollection class with specified list. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub New ( _
list As IList(Of SfcDomainInfo) _
)
'Utilisation
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>
)
Paramètres
- list
Type : System.Collections.Generic.IList<SfcDomainInfo>
Information collection.