RefactoringDeploymentAnalyzer.MergeTransactionRecords Method
Returns a list of merged transaction records for which this analyzer is registered.
Namespace: Microsoft.Data.Schema.Refactoring
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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>
Parameters
- sourceModel
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
A DataSchemaModel that represents the source model.
- records
Type: System.Collections.Generic.IList<RefactoringRecord>
An IList<T> of type RefactoringTransactionRecord.
Return Value
Type: System.Collections.Generic.IList<RefactoringRecord>
An IList<T> of type RefactoringTransactionRecord that contains the merged records.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RefactoringDeploymentAnalyzer Class
Microsoft.Data.Schema.Refactoring Namespace
RefactoringTransactionRecord