RefactoringDeploymentContributor.FilterDeployedTransactionRecords-Methode
Gibt eine Liste von Transaktionsdatensätzen zurück, die ausgewählt wurde, indem die bereitgestellten Transaktionen auf Grundlage des bereitgestellten Kontexts gefiltert werden.
Namespace: Microsoft.Data.Schema.Refactoring
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Function FilterDeployedTransactionRecords ( _
context As DeploymentContributorContext, _
records As IList(Of RefactoringRecord) _
) As IList(Of RefactoringRecord)
protected virtual IList<RefactoringRecord> FilterDeployedTransactionRecords(
DeploymentContributorContext context,
IList<RefactoringRecord> records
)
protected:
virtual IList<RefactoringRecord^>^ FilterDeployedTransactionRecords(
DeploymentContributorContext^ context,
IList<RefactoringRecord^>^ records
)
abstract FilterDeployedTransactionRecords :
context:DeploymentContributorContext *
records:IList<RefactoringRecord> -> IList<RefactoringRecord>
override FilterDeployedTransactionRecords :
context:DeploymentContributorContext *
records:IList<RefactoringRecord> -> IList<RefactoringRecord>
protected function FilterDeployedTransactionRecords(
context : DeploymentContributorContext,
records : IList<RefactoringRecord>
) : IList<RefactoringRecord>
Parameter
- context
Typ: Microsoft.Data.Schema.Build.DeploymentContributorContext
Ein DeploymentContributorContext-Objekt.
- records
Typ: System.Collections.Generic.IList<RefactoringRecord>
Ein IList<T>-Objekt vom Typ RefactoringTransactionRecord.
Rückgabewert
Typ: System.Collections.Generic.IList<RefactoringRecord>
Ein IList<T>-Objekt vom Typ RefactoringTransactionRecord.
Hinweise
Diese Methode muss überschrieben werden; die Basismethode filtert nicht.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
RefactoringDeploymentContributor Klasse
Microsoft.Data.Schema.Refactoring-Namespace
RefactoringTransactionRecord