共用方式為


EntityDescriptor.StreamDescriptors 屬性

傳回屬於實體的具名二進位資料流集合。

命名空間:  System.Data.Services.Client
組件:  Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)

語法

'宣告
Public ReadOnly Property StreamDescriptors As ReadOnlyCollection(Of StreamDescriptor)
    Get
'用途
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>

屬性值

型別:System.Collections.ObjectModel.ReadOnlyCollection<StreamDescriptor>
StreamDescriptor 物件的 ReadOnlyCollection<T>,這些物件是屬於實體的具名二進位資料流。

請參閱

參考

EntityDescriptor 類別

System.Data.Services.Client 命名空間