IMethodInstance.GetFilters 方法
取得的篩選器包含此方法執行個體Method初始化使用這個方法執行個體的預設值。
命名空間: Microsoft.BusinessData.MetadataModel
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
Function GetFilters As IFilterCollection
'用途
Dim instance As IMethodInstance
Dim returnValue As IFilterCollection
returnValue = instance.GetFilters()
IFilterCollection GetFilters()
傳回值
類型:Microsoft.BusinessData.Runtime.IFilterCollection
篩選方法的集合。
備註
如果沒有任何篩選,方法會傳回空的集合。
範例
Code Snippet: Execute a Finder Method Instance of an External Content Type
Code Snippet: Execute the IdEnumerator Method Instance of an External Content Type
Code Snippet: Determine the Type of the Parameter That a Filter is associated with