EntityDescriptor.StreamDescriptors-Eigenschaft
Gibt eine Auflistung von benannten binären Datenströmen zurück, die zur Entität gehören.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property StreamDescriptors As ReadOnlyCollection(Of StreamDescriptor)
Get
'Usage
Dim instance As EntityDescriptor
Dim value As ReadOnlyCollection(Of StreamDescriptor)
value = instance.StreamDescriptors
public ReadOnlyCollection<StreamDescriptor> StreamDescriptors { get; }
public:
property ReadOnlyCollection<StreamDescriptor^>^ StreamDescriptors {
ReadOnlyCollection<StreamDescriptor^>^ get ();
}
member StreamDescriptors : ReadOnlyCollection<StreamDescriptor>
function get StreamDescriptors () : ReadOnlyCollection<StreamDescriptor>
Eigenschaftswert
Typ: System.Collections.ObjectModel.ReadOnlyCollection<StreamDescriptor>
Eine ReadOnlyCollection<T> von StreamDescriptor-Objekten, die die benannten binären Datenströme darstellen, die zur Entität gehören.