IDtsConnectionBaseService.IsDesignerOnline 属性

定义

获取一个值,该值指示设计器是否在联机模式下工作。

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

属性值

如果设计器处于联机模式,则为 true;否则为 false。

适用于