Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Inicializa una nueva instancia de la clase EdmDecimalConstant.
Espacio de nombres: Microsoft.Data.Edm.Library.Values
Ensamblado: Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Sintaxis
'Declaración
Public Sub New ( _
type As IEdmDecimalTypeReference, _
value As Decimal _
)
'Uso
Dim type As IEdmDecimalTypeReference
Dim value As Decimal
Dim instance As New EdmDecimalConstant(type, value)
public EdmDecimalConstant(
IEdmDecimalTypeReference type,
decimal value
)
public:
EdmDecimalConstant(
IEdmDecimalTypeReference^ type,
Decimal value
)
new :
type:IEdmDecimalTypeReference *
value:decimal -> EdmDecimalConstant
public function EdmDecimalConstant(
type : IEdmDecimalTypeReference,
value : decimal
)
Parámetros
- type
Tipo: Microsoft.Data.Edm.IEdmDecimalTypeReference
Tipo del valor decimal.
- value
Tipo: System.Decimal
Valor decimal representado por este valor.