Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULCommand クラス

 

Plan プロパティ

UL 拡張:Ultra Light.NET がクエリの実行に使用するアクセス・プランを返します。このプロパティは、主に開発中の使用を目的とします。

構文
Visual Basic
Public Readonly Property Plan As String
C#
public string  Plan { get;}
プロパティ値

クエリ実行プランのテキストベースの記述が含まれる文字列。

参照