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
- context
Type : Microsoft.Data.Schema.Build.DeploymentContributorContext
Objet DeploymentContributorContext.
- records
Type : System.Collections.Generic.IList<RefactoringRecord>
Objet IList<T> de type RefactoringTransactionRecord.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
RefactoringDeploymentContributor Classe
Microsoft.Data.Schema.Refactoring, espace de noms
RefactoringTransactionRecord