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

適用対象