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