Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Vrátí seznam transakcí sloučených záznamů pro které tento analyzátor zapsána.
Obor názvů: Microsoft.Data.Schema.Refactoring
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Public Overridable Function MergeTransactionRecords ( _
sourceModel As DataSchemaModel, _
records As IList(Of RefactoringRecord) _
) As IList(Of RefactoringRecord)
public virtual IList<RefactoringRecord> MergeTransactionRecords(
DataSchemaModel sourceModel,
IList<RefactoringRecord> records
)
public:
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>
public function MergeTransactionRecords(
sourceModel : DataSchemaModel,
records : IList<RefactoringRecord>
) : IList<RefactoringRecord>
Parametry
- sourceModel
Typ: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
A DataSchemaModel , představuje zdrojový model.
- records
Typ: System.Collections.Generic.IList<RefactoringRecord>
An IList<T> of type RefactoringTransactionRecord.
Vrácená hodnota
Typ: System.Collections.Generic.IList<RefactoringRecord>
IList<T> 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
RefactoringDeploymentAnalyzer Třída
Microsoft.Data.Schema.Refactoring – obor názvů
RefactoringTransactionRecord