SfcDomainInfoCollection-Konstruktor
Initializes a new instance of the SfcDomainInfoCollection class with specified list. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
list As IList(Of SfcDomainInfo) _
)
'Usage
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>
)
Parameter
- list
Typ: System.Collections.Generic. . :: . .IList< (Of < ( <'SfcDomainInfo> ) > ) >
Information collection.