Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the DeployedDacCollection class on the specified imported object and with the specified comparer interface.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Public Sub New ( _
parent As Utility, _
customComparer As IComparer(Of String) _
)
'Usage
Dim parent As Utility
Dim customComparer As IComparer(Of String)
Dim instance As New DeployedDacCollection(parent, _
customComparer)
public DeployedDacCollection(
Utility parent,
IComparer<string> customComparer
)
public:
DeployedDacCollection(
Utility^ parent,
IComparer<String^>^ customComparer
)
new :
parent:Utility *
customComparer:IComparer<string> -> DeployedDacCollection
public function DeployedDacCollection(
parent : Utility,
customComparer : IComparer<String>
)
Parameters
- parent
Type: Microsoft.SqlServer.Management.Utility.Utility
A ImportedObject object that specifies the parent of the collection.
- customComparer
Type: System.Collections.Generic.IComparer<String>
A [T:System.Collections.Generic.IComparer<string>] object that specifies the custom comparer interface.