SchemaCompareSettingsService.Sort 方法
在衍生類別中覆寫時,以排序的方格資料列清單,傳回所提供的方格資料列清單。
命名空間: Microsoft.Data.Schema.Tools.Compare.Schema
組件: Microsoft.Data.Schema.Tools (在 Microsoft.Data.Schema.Tools.dll 中)
語法
'宣告
Public Overridable Function Sort ( _
gridRows As ICollection(Of KeyValuePair(Of String, SchemaCompareGridRow)) _
) As ICollection(Of KeyValuePair(Of String, SchemaCompareGridRow))
public virtual ICollection<KeyValuePair<string, SchemaCompareGridRow>> Sort(
ICollection<KeyValuePair<string, SchemaCompareGridRow>> gridRows
)
public:
virtual ICollection<KeyValuePair<String^, SchemaCompareGridRow^>>^ Sort(
ICollection<KeyValuePair<String^, SchemaCompareGridRow^>>^ gridRows
)
abstract Sort :
gridRows:ICollection<KeyValuePair<string, SchemaCompareGridRow>> -> ICollection<KeyValuePair<string, SchemaCompareGridRow>>
override Sort :
gridRows:ICollection<KeyValuePair<string, SchemaCompareGridRow>> -> ICollection<KeyValuePair<string, SchemaCompareGridRow>>
public function Sort(
gridRows : ICollection<KeyValuePair<String, SchemaCompareGridRow>>
) : ICollection<KeyValuePair<String, SchemaCompareGridRow>>
參數
- gridRows
型別:System.Collections.Generic.ICollection<KeyValuePair<String, SchemaCompareGridRow>>
具名 SchemaCompareGridRow 物件的 ICollection<T>。
傳回值
型別:System.Collections.Generic.ICollection<KeyValuePair<String, SchemaCompareGridRow>>
已排序的方格資料列清單。
備註
這個方法的預設實作不會排序清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
SchemaCompareSettingsService 類別