共用方式為


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