다음을 통해 공유


EntityDescriptor.StreamDescriptors 속성

정의

엔터티에 속한 명명된 이진 데이터 스트림의 컬렉션을 반환합니다.

public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.OData.Client.StreamDescriptor> StreamDescriptors { get; }
member this.StreamDescriptors : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.OData.Client.StreamDescriptor>
Public ReadOnly Property StreamDescriptors As ReadOnlyCollection(Of StreamDescriptor)

속성 값

ReadOnlyCollection<T>StreamDescriptor 엔터티에 속하는 명명된 이진 데이터 스트림인 개체의 입니다.

적용 대상