DacInstanceCollection 생성자 (DacDomain, IComparer(String))
Initializes a new instance of the DacPackageCollection class with the specified parent and IComparer interface.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public Sub New ( _
parent As DacDomain, _
customComparer As IComparer(Of String) _
)
‘사용 방법
Dim parent As DacDomain
Dim customComparer As IComparer(Of String)
Dim instance As New DacInstanceCollection(parent, _
customComparer)
public DacInstanceCollection(
DacDomain parent,
IComparer<string> customComparer
)
public:
DacInstanceCollection(
DacDomain^ parent,
IComparer<String^>^ customComparer
)
new :
parent:DacDomain *
customComparer:IComparer<string> -> DacInstanceCollection
public function DacInstanceCollection(
parent : DacDomain,
customComparer : IComparer<String>
)
매개 변수
- parent
유형: Microsoft.SqlServer.Management.Dac. . :: . .DacDomain
A DacDomain object that specifies the instance of the Database Engine that contains the DAC instances.
- customComparer
유형: System.Collections.Generic. . :: . .IComparer< (Of < ( <'String> ) > ) >
A [T:System.Collections.Generic.IComparer<System.String>] object that provides the filter.
주의
The IComparer interface provides a custom filter when creating a new collection by comparing the given string with the DAC instance.