IEdmLabeledExpressionReferenceExpression 接口

表示对 EDM 标记的表达式的引用。

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

语法

声明
Public Interface IEdmLabeledExpressionReferenceExpression _
    Inherits IEdmExpression, IEdmElement
用法
Dim instance As IEdmLabeledExpressionReferenceExpression
public interface IEdmLabeledExpressionReferenceExpression : IEdmExpression, 
    IEdmElement
public interface class IEdmLabeledExpressionReferenceExpression : IEdmExpression, 
    IEdmElement
type IEdmLabeledExpressionReferenceExpression =  
    interface
        interface IEdmExpression
        interface IEdmElement
    end
public interface IEdmLabeledExpressionReferenceExpression extends IEdmExpression, IEdmElement

IEdmLabeledExpressionReferenceExpression 类型公开以下成员。

属性

  名称 说明
公共属性 ExpressionKind 获取此表达式的种类。 (从 IEdmExpression 继承。)
公共属性 Referenced 获取引用的表达式。

页首

扩展方法

  名称 说明
公共扩展方法 Errors 获取属于此元素或此元素包含的元素的错误(如果有)。例如,结构类型的错误包括该类型本身的错误和其声明属性的错误。该方法不分析此元素所引用的元素。例如,属性的错误不包括其类型的错误。 (由 ValidationExtensionMethods 定义。)
公共扩展方法 IsBad 指示此元素是否包含由 Errors(IEdmElement) 方法返回的错误。 (由 ValidationExtensionMethods 定义。)
公共扩展方法 IsEquivalentTo 如果所比较的表达式在语义上等效于此表达式,则返回 true。 (由 EdmElementComparer 定义。)
公共扩展方法 Location 获取指定项的位置。 (由 ExtensionMethods 定义。)
公共扩展方法 TryAssertType 确定表达式的类型是否与提供的类型兼容。 (由 ExpressionTypeChecker 定义。)

页首

请参阅

参考

Microsoft.Data.Edm.Expressions 命名空间