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 型の値。

返品

true 値が計算された場合。それ以外の場合は false

適用対象