Freigeben über


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

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

Siehe auch

Referenz

RefactoringDeploymentContributor Klasse

Microsoft.Data.Schema.Refactoring-Namespace

DeploymentContributorContext

RefactoringTransactionRecord