创建 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
)
参数
- declaringType
类型:Microsoft.Data.Edm.IEdmStructuredType
声明此属性的类型。
- name
类型:System.String
属性的名称。
- type
类型:Microsoft.Data.Edm.IEdmTypeReference
属性的类型。