RefactoringDeploymentContributor.FilterDeployedTransactionRecords – metoda
Vrátí seznam vybrané pomocí filtrování zadané transakce založené na zadaný kontext transakce záznamy.
Obor názvů: Microsoft.Data.Schema.Refactoring
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
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>
Parametry
- context
Typ: Microsoft.Data.Schema.Build.DeploymentContributorContext
A DeploymentContributorContext objektu.
- records
Typ: System.Collections.Generic.IList<RefactoringRecord>
IList<T> Objekt typu RefactoringTransactionRecord.
Vrácená hodnota
Typ: System.Collections.Generic.IList<RefactoringRecord>
IList<T> Objekt typu RefactoringTransactionRecord.
Poznámky
Tato metoda, musí být přepsána; základní metody nefiltruje.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
RefactoringDeploymentContributor Třída
Microsoft.Data.Schema.Refactoring – obor názvů
RefactoringTransactionRecord