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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。