IParameterCollection 介面
表示之方法的集合。
命名空間: Microsoft.BusinessData.MetadataModel.Collections
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
Public Interface IParameterCollection _
Inherits IReadOnlyCollection(Of IParameter), IEnumerable
'用途
Dim instance As IParameterCollection
public interface IParameterCollection : IReadOnlyCollection<IParameter>,
IEnumerable
範例
Code Snippet: Set the Parameters Object Before Calling a GenericInvoker
Code Snippet: Implementing a Custom Connector