RefactoringDeploymentContributor.MergeTransactionRecords – metoda
Sloučí zadané záznamy aktuálního seznamu.
Obor názvů: Microsoft.Data.Schema.Refactoring
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Protected Overridable Function MergeTransactionRecords ( _
sourceModel As DataSchemaModel, _
records As IList(Of RefactoringRecord) _
) As IList(Of RefactoringRecord)
protected virtual IList<RefactoringRecord> MergeTransactionRecords(
DataSchemaModel sourceModel,
IList<RefactoringRecord> records
)
protected:
virtual IList<RefactoringRecord^>^ MergeTransactionRecords(
DataSchemaModel^ sourceModel,
IList<RefactoringRecord^>^ records
)
abstract MergeTransactionRecords :
sourceModel:DataSchemaModel *
records:IList<RefactoringRecord> -> IList<RefactoringRecord>
override MergeTransactionRecords :
sourceModel:DataSchemaModel *
records:IList<RefactoringRecord> -> IList<RefactoringRecord>
protected function MergeTransactionRecords(
sourceModel : DataSchemaModel,
records : IList<RefactoringRecord>
) : IList<RefactoringRecord>
Parametry
- sourceModel
Typ: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
A DataSchemaModel , představuje model datové zdroje.
- records
Typ: System.Collections.Generic.IList<RefactoringRecord>
IList<T> Objekt typu RefactoringTransactionRecord , která obsahuje záznamy budou sloučeny.
Vrácená hodnota
Typ: System.Collections.Generic.IList<RefactoringRecord>
IList<T> Objekt typu RefactoringTransactionRecord obsahující sloučené záznamy.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
RefactoringDeploymentContributor Třída
Microsoft.Data.Schema.Refactoring – obor názvů
RefactoringTransactionRecord