IDataServiceQueryProvider.GetOpenPropertyValue 方法
获取开放属性的值。
命名空间: System.Data.Services.Providers
程序集: Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)
语法
声明
Function GetOpenPropertyValue ( _
target As Object, _
propertyName As String _
) As Object
用法
Dim instance As IDataServiceQueryProvider
Dim target As Object
Dim propertyName As String
Dim returnValue As Object
returnValue = instance.GetOpenPropertyValue(target, _
propertyName)
Object GetOpenPropertyValue(
Object target,
string propertyName
)
Object^ GetOpenPropertyValue(
Object^ target,
String^ propertyName
)
abstract GetOpenPropertyValue :
target:Object *
propertyName:string -> Object
function GetOpenPropertyValue(
target : Object,
propertyName : String
) : Object
参数
- target
类型:System.Object
声明开发属性的类型的实例。
- propertyName
类型:System.String
开放属性的名称。
返回值
类型:System.Object
开放属性的值。