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
開放式屬性的值。