指定されたコンテキストに基づいて、指定されたトランザクションをフィルター処理することによって選択されるトランザクション レコードのリストを返します。
名前空間: Microsoft.Data.Schema.Refactoring
アセンブリ: Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
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>
パラメーター
- context
型: Microsoft.Data.Schema.Build.DeploymentContributorContext
DeploymentContributorContext オブジェクト。
- records
型: System.Collections.Generic.IList<RefactoringRecord>
RefactoringTransactionRecord 型の IList<T> オブジェクト。
戻り値
型: System.Collections.Generic.IList<RefactoringRecord>
RefactoringTransactionRecord 型の IList<T> オブジェクト。
解説
このメソッドは、基本メソッドがフィルター処理を行わないため、オーバーライドする必要があります。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
RefactoringDeploymentContributor クラス
Microsoft.Data.Schema.Refactoring 名前空間
RefactoringTransactionRecord