次の方法で共有


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
)

パラメーター

関連項目

参照

EdmFunctionBase クラス

Microsoft.Data.Edm.Library 名前空間