Constructeur EdmValueTerm (String, String, IEdmTypeReference)
Initialise une nouvelle instance de la classe EdmValueTerm.
Espace de noms : Microsoft.Data.Edm.Library
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Sub New ( _
namespaceName As String, _
localName As String, _
type As IEdmTypeReference _
)
'Utilisation
Dim namespaceName As String
Dim localName As String
Dim type As IEdmTypeReference
Dim instance As New EdmValueTerm(namespaceName, _
localName, type)
public EdmValueTerm(
string namespaceName,
string localName,
IEdmTypeReference type
)
public:
EdmValueTerm(
String^ namespaceName,
String^ localName,
IEdmTypeReference^ type
)
new :
namespaceName:string *
localName:string *
type:IEdmTypeReference -> EdmValueTerm
public function EdmValueTerm(
namespaceName : String,
localName : String,
type : IEdmTypeReference
)
Paramètres
- namespaceName
Type : System.String
Espace de noms du terme.
- localName
Type : System.String
Nom du terme dans l'espace de noms.
- type
Type : Microsoft.Data.Edm.IEdmTypeReference
Type du terme.