ComputerCollection 建構函式 (Utility, IComparer(String))
Initializes a new instance of the CollectionCollection class on the specified Utility domain 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 ComputerCollection(parent, _
customComparer)
public ComputerCollection(
Utility parent,
IComparer<string> customComparer
)
public:
ComputerCollection(
Utility^ parent,
IComparer<String^>^ customComparer
)
new :
parent:Utility *
customComparer:IComparer<string> -> ComputerCollection
public function ComputerCollection(
parent : Utility,
customComparer : IComparer<String>
)
參數
- parent
型別:Microsoft.SqlServer.Management.Utility. . :: . .Utility
A Utility object that specifies the parent of the collection.
- customComparer
型別:System.Collections.Generic. . :: . .IComparer< (Of < ( <'String> ) > ) >
A [T:System.Collections.Generic.IComparer<string>] object that specifies the custom comparer interface.