共用方式為


DataServiceStreamLink 類別

表示二進位資源資料流的 URL。

繼承階層

System.Object
  System.Data.Services.Client.DataServiceStreamLink

命名空間:  System.Data.Services.Client
組件:  Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)

語法

'宣告
Public NotInheritable Class DataServiceStreamLink _
    Implements INotifyPropertyChanged
'用途
Dim instance As DataServiceStreamLink
public sealed class DataServiceStreamLink : INotifyPropertyChanged
public ref class DataServiceStreamLink sealed : INotifyPropertyChanged
[<SealedAttribute>]
type DataServiceStreamLink =  
    class
        interface INotifyPropertyChanged
    end
public final class DataServiceStreamLink implements INotifyPropertyChanged

DataServiceStreamLink 型別公開下列成員。

屬性

  名稱 說明
公用屬性 ContentType 取得或設定二進位資源資料流的 MIME Content-Type。
公用屬性 EditLink 取得或設定用來編輯二進位資源資料流的 URI。
公用屬性 ETag 用於決定二進位資源資料流是否並行的 eTag 值。
公用屬性 Name 二進位資源資料流的名稱。
公用屬性 SelfLink 傳回二進位資源資料流的 URI。

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

事件

  名稱 說明
公用事件 PropertyChanged 在屬性值變更時發生。

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

System.Data.Services.Client 命名空間