ODataEnumValue Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ODataEnumValue(String) |
Constructeur |
ODataEnumValue(String, String) |
Constructeur |
ODataEnumValue(String)
Constructeur
public ODataEnumValue (string value);
new Microsoft.OData.ODataEnumValue : string -> Microsoft.OData.ODataEnumValue
Public Sub New (value As String)
Paramètres
- value
- String
Le type de stockage peut être « 3 » ou « Blanc » ou « Noir, Jaune, Cyan ».
S’applique à
ODataEnumValue(String, String)
Constructeur
public ODataEnumValue (string value, string typeName);
new Microsoft.OData.ODataEnumValue : string * string -> Microsoft.OData.ODataEnumValue
Public Sub New (value As String, typeName As String)
Paramètres
- value
- String
Le type de stockage peut être « 3 » ou « Blanc » ou « Noir, Jaune, Cyan ».
- typeName
- String
Nom du type dans le modèle edm.