SfcDomainInfoCollection Constructor
Initializes a new instance of the SfcDomainInfoCollection class with specified list. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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>
)
Parameters
- list
Type: System.Collections.Generic.IList<SfcDomainInfo>
Information collection.