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 i valori di proprietà del valore strutturato.
Spazio dei nomi Microsoft.Data.Edm.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
ReadOnly Property PropertyValues As IEnumerable(Of IEdmPropertyValue)
Get
'Utilizzo
Dim instance As IEdmStructuredValue
Dim value As IEnumerable(Of IEdmPropertyValue)
value = instance.PropertyValues
IEnumerable<IEdmPropertyValue> PropertyValues { get; }
property IEnumerable<IEdmPropertyValue^>^ PropertyValues {
IEnumerable<IEdmPropertyValue^>^ get ();
}
abstract PropertyValues : IEnumerable<IEdmPropertyValue>
function get PropertyValues () : IEnumerable<IEdmPropertyValue>
Valore proprietà
Tipo: System.Collections.Generic.IEnumerable<IEdmPropertyValue>
Valori di proprietà del valore strutturato.