IDtsConnectionBaseService.IsDesignerOnline Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the designer is working in an online mode.
public:
property bool IsDesignerOnline { bool get(); };
public bool IsDesignerOnline { get; }
member this.IsDesignerOnline : bool
Public ReadOnly Property IsDesignerOnline As Boolean
Property Value
true if the designer is working in an online mode; otherwise, false.