Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Ottiene il valore della proprietà aperta.
Spazio dei nomi System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Function GetPropertyValue ( _
target As Object, _
resourceProperty As ResourceProperty _
) As Object
'Utilizzo
Dim instance As IDataServiceQueryProvider
Dim target As Object
Dim resourceProperty As ResourceProperty
Dim returnValue As Object
returnValue = instance.GetPropertyValue(target, _
resourceProperty)
Object GetPropertyValue(
Object target,
ResourceProperty resourceProperty
)
Object^ GetPropertyValue(
Object^ target,
ResourceProperty^ resourceProperty
)
abstract GetPropertyValue :
target:Object *
resourceProperty:ResourceProperty -> Object
function GetPropertyValue(
target : Object,
resourceProperty : ResourceProperty
) : Object
Parametri
- target
Tipo: System.Object
Istanza del tipo che dichiara la proprietà aperta.
- resourceProperty
Tipo: System.Data.Services.Providers.ResourceProperty
Valore per la proprietà aperta.
Valore restituito
Tipo: System.Object
Valore per la proprietà.