次の方法で共有


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 名前空間