Partager via


RefactoringDeploymentContributor.FilterDeployedTransactionRecords, méthode

Retourne une liste d'enregistrements de transaction qui sont sélectionnés en filtrant les transactions fournies selon le contexte fourni.

Espace de noms :  Microsoft.Data.Schema.Refactoring
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>

Paramètres

Valeur de retour

Type : System.Collections.Generic.IList<RefactoringRecord>
Objet IList<T> de type RefactoringTransactionRecord.

Notes

Cette méthode doit être substituée ; la méthode de base ne filtre pas.

Sécurité .NET Framework

Voir aussi

Référence

RefactoringDeploymentContributor Classe

Microsoft.Data.Schema.Refactoring, espace de noms

DeploymentContributorContext

RefactoringTransactionRecord