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 命名空间