次の方法で共有


EdmStructuralProperty コンストラクター (IEdmStructuredType, String, IEdmTypeReference)

EdmStructuralProperty クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public 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 EdmStructuralProperty(declaringType, _
    name, type)
public EdmStructuralProperty(
    IEdmStructuredType declaringType,
    string name,
    IEdmTypeReference type
)
public:
EdmStructuralProperty(
    IEdmStructuredType^ declaringType, 
    String^ name, 
    IEdmTypeReference^ type
)
new : 
        declaringType:IEdmStructuredType * 
        name:string * 
        type:IEdmTypeReference -> EdmStructuralProperty
public function EdmStructuralProperty(
    declaringType : IEdmStructuredType, 
    name : String, 
    type : IEdmTypeReference
)

パラメーター

関連項目

参照

EdmStructuralProperty クラス

EdmStructuralProperty オーバーロード

Microsoft.Data.Edm.Library 名前空間