DataService<T>.CurrentDataSource 屬性
取得目前用來處理要求的資料來源執行個體。
命名空間: System.Data.Services
組件: Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)
語法
'宣告
Protected ReadOnly Property CurrentDataSource As T
Get
'用途
Dim value As T
value = Me.CurrentDataSource
protected T CurrentDataSource { get; }
protected:
property T CurrentDataSource {
T get ();
}
member CurrentDataSource : 'T
function get CurrentDataSource () : T
屬性值
型別:T
服務的資料來源執行個體。
備註
建構類別時所用的範本類別執行個體。