オープン プロパティの値を取得します。
名前空間: 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
オープン プロパティの値。