StreamDescriptor 类

包含有关命名二进制资源流的信息。

继承层次结构

System.Object
  System.Data.Services.Client.Descriptor
    System.Data.Services.Client.StreamDescriptor

命名空间:  System.Data.Services.Client
程序集:  Microsoft.Data.Services.Client(在 Microsoft.Data.Services.Client.dll 中)

语法

声明
Public NotInheritable Class StreamDescriptor _
    Inherits Descriptor
用法
Dim instance As StreamDescriptor
public sealed class StreamDescriptor : Descriptor
public ref class StreamDescriptor sealed : public Descriptor
[<SealedAttribute>]
type StreamDescriptor =  
    class
        inherit Descriptor
    end
public final class StreamDescriptor extends Descriptor

StreamDescriptor 类型公开以下成员。

属性

  名称 说明
公共属性 EntityDescriptor 标识命名资源流所属实体的 EntityDescriptor
公共属性 State 当在派生类中重写时,在构造此实例时获取对象的状态。 (从 Descriptor 继承。)
公共属性 StreamLink 表示二进制资源流的 DataServiceStreamLink

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

System.Data.Services.Client 命名空间