Share via


SqlScriptEditorControl.IsSqlObjectDocument プロパティ

定義

Boolean を取得します。これは、SqlScriptEditorControl がデバッグ ウィンドウかどうかを示します。

public:
 property bool IsSqlObjectDocument { bool get(); };
public bool IsSqlObjectDocument { get; }
member this.IsSqlObjectDocument : bool
Public ReadOnly Property IsSqlObjectDocument As Boolean

プロパティ値

ブール値です。SqlScriptEditorControl がデバッグ ウィンドウである場合に true を返し、そうでない場合に false を返します。

適用対象