XmlQueryRuntime.IsGlobalComputed(Int32) 方法

定义

如果已计算指定的全局值,则返回 True。

public:
 bool IsGlobalComputed(int index);
public bool IsGlobalComputed (int index);
member this.IsGlobalComputed : int -> bool
Public Function IsGlobalComputed (index As Integer) As Boolean

参数

index
Int32

一个 int 类型的值。

返回

Boolean

如果已计算该值,则为 true;否则为 false

适用于