你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IMediaDataServiceContext.LoadPropertyAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
LoadPropertyAsync(Object, String, Object) | |
LoadPropertyAsync(Object, String, DataServiceQueryContinuation, Object) | |
LoadPropertyAsync(Object, String, Uri, Object) |
LoadPropertyAsync(Object, String, Object)
public System.Threading.Tasks.Task<System.Data.Services.Client.QueryOperationResponse> LoadPropertyAsync (object entity, string propertyName, object state);
abstract member LoadPropertyAsync : obj * string * obj -> System.Threading.Tasks.Task<System.Data.Services.Client.QueryOperationResponse>
Public Function LoadPropertyAsync (entity As Object, propertyName As String, state As Object) As Task(Of QueryOperationResponse)
参数
- entity
- Object
- propertyName
- String
- state
- Object
返回
适用于
LoadPropertyAsync(Object, String, DataServiceQueryContinuation, Object)
public System.Threading.Tasks.Task<System.Data.Services.Client.QueryOperationResponse> LoadPropertyAsync (object entity, string propertyName, System.Data.Services.Client.DataServiceQueryContinuation continuation, object state);
abstract member LoadPropertyAsync : obj * string * System.Data.Services.Client.DataServiceQueryContinuation * obj -> System.Threading.Tasks.Task<System.Data.Services.Client.QueryOperationResponse>
Public Function LoadPropertyAsync (entity As Object, propertyName As String, continuation As DataServiceQueryContinuation, state As Object) As Task(Of QueryOperationResponse)
参数
- entity
- Object
- propertyName
- String
- continuation
- DataServiceQueryContinuation
- state
- Object
返回
适用于
LoadPropertyAsync(Object, String, Uri, Object)
public System.Threading.Tasks.Task<System.Data.Services.Client.QueryOperationResponse> LoadPropertyAsync (object entity, string propertyName, Uri nextLinkUri, object state);
abstract member LoadPropertyAsync : obj * string * Uri * obj -> System.Threading.Tasks.Task<System.Data.Services.Client.QueryOperationResponse>
Public Function LoadPropertyAsync (entity As Object, propertyName As String, nextLinkUri As Uri, state As Object) As Task(Of QueryOperationResponse)
参数
- entity
- Object
- propertyName
- String
- nextLinkUri
- Uri
- state
- Object