TargetSetCollection 建構函式 (ObjectSet, IComparer<String>)
Initializes a new instance of the TargetSetCollection class.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Sub New ( _
parent As ObjectSet, _
customComparer As IComparer(Of String) _
)
'用途
Dim parent As ObjectSet
Dim customComparer As IComparer(Of String)
Dim instance As New TargetSetCollection(parent, _
customComparer)
public TargetSetCollection(
ObjectSet parent,
IComparer<string> customComparer
)
public:
TargetSetCollection(
ObjectSet^ parent,
IComparer<String^>^ customComparer
)
new :
parent:ObjectSet *
customComparer:IComparer<string> -> TargetSetCollection
public function TargetSetCollection(
parent : ObjectSet,
customComparer : IComparer<String>
)
參數
- parent
型別:Microsoft.SqlServer.Management.Dmf.ObjectSet
An ObjectSet object value that specifies the parent of the TargetSet object.
- customComparer
型別:System.Collections.Generic.IComparer<String>
A generic value that represents the compared results of a String value.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。