デザイナーがオンライン モードで動作しているかどうかを示す値を取得します。
名前空間: Microsoft.SqlServer.Dts.Runtime.Design
アセンブリ: Microsoft.SqlServer.Dts.Design (Microsoft.SqlServer.Dts.Design.dll)
構文
'宣言
ReadOnly Property IsDesignerOnline As Boolean
Get
'使用
Dim instance As IDtsConnectionBaseService
Dim value As Boolean
value = instance.IsDesignerOnline
bool IsDesignerOnline { get; }
property bool IsDesignerOnline {
bool get ();
}
abstract IsDesignerOnline : bool
function get IsDesignerOnline () : boolean
プロパティ値
型: System.Boolean
デザイナーがオンライン モードで動作している場合は true、それ以外の場合は false です。