Condividi tramite


Enumerazione EdmValueKind

Specifica un'enumerazione di valori Edm.

Spazio dei nomi  Microsoft.Data.Edm.Values
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
Public Enumeration EdmValueKind
'Utilizzo
Dim instance As EdmValueKind
public enum EdmValueKind
public enum class EdmValueKind
type EdmValueKind
public enum EdmValueKind

Membri

Nome membro Descrizione
Binary Rappresenta un valore che implementa IEdmBinaryValue.

Boolean Rappresenta un valore che implementa IEdmBooleanValue.

Collection Rappresenta un valore che implementa IEdmCollectionValue.

DateTimeOffset Rappresenta un valore che implementa IEdmDateTimeOffsetValue.

DateTime Rappresenta un valore che implementa IEdmDateTimeValue.

Decimal Rappresenta un valore che implementa IEdmDecimalValue.

Enum Rappresenta un valore che implementa IEdmEnumValue.

Floating Rappresenta un valore che implementa IEdmFloatingValue.

Guid Rappresenta un valore che implementa IEdmGuidValue.

Integer Rappresenta un valore che implementa IEdmIntegerValue.

Null Rappresenta un valore che implementa IEdmNullValue.

String Rappresenta un valore che implementa IEdmStringValue.

Structured Rappresenta un valore che implementa IEdmStructuredValue.

Time Rappresenta un valore che implementa IEdmTimeValue.

None Rappresenta un valore con un genere sconosciuto o non valido.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.Data.Edm.Values