IStreamableFieldDescriptorCollection - Interface
Représente la collection de descripteurs des champs qui peuvent être diffusées.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public Interface IStreamableFieldDescriptorCollection _
Inherits IReadOnlyCollection(Of IStreamableFieldDescriptor), IEnumerable
'Utilisation
Dim instance As IStreamableFieldDescriptorCollection
public interface IStreamableFieldDescriptorCollection : IReadOnlyCollection<IStreamableFieldDescriptor>,
IEnumerable