Costruttore EdmValue
Inizializza una nuova istanza della classe EdmValue.
Spazio dei nomi Microsoft.Data.Edm.Library.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
type As IEdmTypeReference _
)
'Utilizzo
Dim type As IEdmTypeReference
Dim instance As New EdmValue(type)
protected EdmValue(
IEdmTypeReference type
)
protected:
EdmValue(
IEdmTypeReference^ type
)
new :
type:IEdmTypeReference -> EdmValue
protected function EdmValue(
type : IEdmTypeReference
)
Parametri
- type
Tipo: Microsoft.Data.Edm.IEdmTypeReference
Tipo del valore.