다음을 통해 공유


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입니다.

적용 대상