VolumeCollection 构造函数 (Computer, IComparer<String>)
Initializes a new instance of the VolumeCollection class on the specified computer and with the specified comparer interface.
命名空间: Microsoft.SqlServer.Management.Utility
程序集: Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)
语法
声明
Public Sub New ( _
parent As Computer, _
customComparer As IComparer(Of String) _
)
用法
Dim parent As Computer
Dim customComparer As IComparer(Of String)
Dim instance As New VolumeCollection(parent, _
customComparer)
public VolumeCollection(
Computer parent,
IComparer<string> customComparer
)
public:
VolumeCollection(
Computer^ parent,
IComparer<String^>^ customComparer
)
new :
parent:Computer *
customComparer:IComparer<string> -> VolumeCollection
public function VolumeCollection(
parent : Computer,
customComparer : IComparer<String>
)
参数
- parent
类型:Microsoft.SqlServer.Management.Utility.Computer
A Computer object that specifies the parent of the collection.
- customComparer
类型:System.Collections.Generic.IComparer<String>
A [T:System.Collections.Generic.IComparer<string>] object that specifies the custom comparer interface.