Constructeur EdmDecimalConstant (IEdmDecimalTypeReference, Decimal)
Initialise une nouvelle instance de la classe EdmDecimalConstant.
Espace de noms : Microsoft.Data.Edm.Library.Values
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Sub New ( _
type As IEdmDecimalTypeReference, _
value As Decimal _
)
'Utilisation
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
)
Paramètres
- type
Type : Microsoft.Data.Edm.IEdmDecimalTypeReference
Type de la décimale.
- value
Type : System.Decimal
Valeur décimale représentée par cette valeur.