EdmFunctionBase 建構函式
建立 EdmFunctionBase 類別的新執行個體。
命名空間: Microsoft.Data.Edm.Library
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
Protected Sub New ( _
name As String, _
returnType As IEdmTypeReference _
)
'用途
Dim name As String
Dim returnType As IEdmTypeReference
Dim instance As New EdmFunctionBase(name, returnType)
protected EdmFunctionBase(
string name,
IEdmTypeReference returnType
)
protected:
EdmFunctionBase(
String^ name,
IEdmTypeReference^ returnType
)
new :
name:string *
returnType:IEdmTypeReference -> EdmFunctionBase
protected function EdmFunctionBase(
name : String,
returnType : IEdmTypeReference
)
參數
- name
型別:System.String
函數的名稱。
- returnType
型別:Microsoft.Data.Edm.IEdmTypeReference
函數的傳回型別。