EdmFunctionParameter.Type 属性

获取此参数的类型。

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

语法

声明
Public ReadOnly Property Type As IEdmTypeReference
    Get
用法
Dim instance As EdmFunctionParameter
Dim value As IEdmTypeReference

value = instance.Type
public IEdmTypeReference Type { get; }
public:
virtual property IEdmTypeReference^ Type {
    IEdmTypeReference^ get () sealed;
}
abstract Type : IEdmTypeReference
override Type : IEdmTypeReference
final function get Type () : IEdmTypeReference

属性值

类型:Microsoft.Data.Edm.IEdmTypeReference
此参数的类型。

实现

IEdmFunctionParameter.Type

请参阅

参考

EdmFunctionParameter 类

Microsoft.Data.Edm.Library 命名空间