返回属于实体的命名二进制数据流的集合。
命名空间: 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>,该对象是属于实体的命名二进制数据流。