DeployedDacCollection 构造函数 (Utility, IComparer<String>)

Initializes a new instance of the DeployedDacCollection class on the specified imported object and with the specified comparer interface.

命名空间:  Microsoft.SqlServer.Management.Utility
程序集:  Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)

语法

声明
Public Sub New ( _
    parent As Utility, _
    customComparer As IComparer(Of String) _
)
用法
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>
)

参数

请参阅

参考

DeployedDacCollection 类

DeployedDacCollection 重载

Microsoft.SqlServer.Management.Utility 命名空间