次の方法で共有


EdmProperty コンストラクター

EdmProperty クラスの新しいインスタンスを作成します。

名前空間:  Microsoft.Data.Edm.Library
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
Protected Sub New ( _
    declaringType As IEdmStructuredType, _
    name As String, _
    type As IEdmTypeReference _
)
'使用
Dim declaringType As IEdmStructuredType
Dim name As String
Dim type As IEdmTypeReference

Dim instance As New EdmProperty(declaringType, _
    name, type)
protected EdmProperty(
    IEdmStructuredType declaringType,
    string name,
    IEdmTypeReference type
)
protected:
EdmProperty(
    IEdmStructuredType^ declaringType, 
    String^ name, 
    IEdmTypeReference^ type
)
new : 
        declaringType:IEdmStructuredType * 
        name:string * 
        type:IEdmTypeReference -> EdmProperty
protected function EdmProperty(
    declaringType : IEdmStructuredType, 
    name : String, 
    type : IEdmTypeReference
)

パラメーター

関連項目

参照

EdmProperty クラス

Microsoft.Data.Edm.Library 名前空間