EdmStructuralProperty 构造函数 (IEdmStructuredType, String, IEdmTypeReference, String, EdmConcurrencyMode)

创建 EdmStructuralProperty 类的新实例。

命名空间:  Microsoft.Data.Edm.Library
程序集:  Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)

语法

声明
Public Sub New ( _
    declaringType As IEdmStructuredType, _
    name As String, _
    type As IEdmTypeReference, _
    defaultValue As String, _
    concurrencyMode As EdmConcurrencyMode _
)
用法
Dim declaringType As IEdmStructuredType
Dim name As String
Dim type As IEdmTypeReference
Dim defaultValue As String
Dim concurrencyMode As EdmConcurrencyMode

Dim instance As New EdmStructuralProperty(declaringType, _
    name, type, defaultValue, concurrencyMode)
public EdmStructuralProperty(
    IEdmStructuredType declaringType,
    string name,
    IEdmTypeReference type,
    string defaultValue,
    EdmConcurrencyMode concurrencyMode
)
public:
EdmStructuralProperty(
    IEdmStructuredType^ declaringType, 
    String^ name, 
    IEdmTypeReference^ type, 
    String^ defaultValue, 
    EdmConcurrencyMode concurrencyMode
)
new : 
        declaringType:IEdmStructuredType * 
        name:string * 
        type:IEdmTypeReference * 
        defaultValue:string * 
        concurrencyMode:EdmConcurrencyMode -> EdmStructuralProperty
public function EdmStructuralProperty(
    declaringType : IEdmStructuredType, 
    name : String, 
    type : IEdmTypeReference, 
    defaultValue : String, 
    concurrencyMode : EdmConcurrencyMode
)

参数

请参阅

参考

EdmStructuralProperty 类

EdmStructuralProperty 重载

Microsoft.Data.Edm.Library 命名空间