EdmValueTerm 建構函式 (String, String, IEdmTypeReference)
初始化 EdmValueTerm 類別的新執行個體。
命名空間: Microsoft.Data.Edm.Library
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
Public Sub New ( _
namespaceName As String, _
localName As String, _
type As IEdmTypeReference _
)
'用途
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
)
參數
- namespaceName
型別:System.String
字詞的命名空間。
- localName
型別:System.String
命名空間內的字詞名稱。
- type
型別:Microsoft.Data.Edm.IEdmTypeReference
字詞的型別。