TargetSetCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
TargetSetCollection(ObjectSet)
public TargetSetCollection(Microsoft.SqlServer.Management.Dmf.ObjectSet parent);
new Microsoft.SqlServer.Management.Dmf.TargetSetCollection : Microsoft.SqlServer.Management.Dmf.ObjectSet -> Microsoft.SqlServer.Management.Dmf.TargetSetCollection
Public Sub New (parent As ObjectSet)
參數
- parent
- ObjectSet
適用於
TargetSetCollection(ObjectSet, IComparer<String>)
public TargetSetCollection(Microsoft.SqlServer.Management.Dmf.ObjectSet parent, System.Collections.Generic.IComparer<string> customComparer);
new Microsoft.SqlServer.Management.Dmf.TargetSetCollection : Microsoft.SqlServer.Management.Dmf.ObjectSet * System.Collections.Generic.IComparer<string> -> Microsoft.SqlServer.Management.Dmf.TargetSetCollection
Public Sub New (parent As ObjectSet, customComparer As IComparer(Of String))
參數
- parent
- ObjectSet