IStreamableFieldDescriptorCollection 介面
代表描述的欄位集合,可以傳送。
命名空間: Microsoft.BusinessData.Runtime
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
Public Interface IStreamableFieldDescriptorCollection _
Inherits IReadOnlyCollection(Of IStreamableFieldDescriptor), IEnumerable
'用途
Dim instance As IStreamableFieldDescriptorCollection
public interface IStreamableFieldDescriptorCollection : IReadOnlyCollection<IStreamableFieldDescriptor>,
IEnumerable