다음을 통해 공유


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 네임스페이스