'宣言 Public Function QueryExists( _ ByVal queryName As System.String _ ) As System.Boolean
public System.bool QueryExists( System.string queryName )
パラメータ
- queryName
- Query name to check.
戻り値の型
true if the query exists in the workspace; otherwise, false.