Share via


IDtsConnectionBaseService.IsDesignerOnline Property

Gets a value that indicates whether the designer is working in an online mode.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Syntax

'Declaration
ReadOnly Property IsDesignerOnline As Boolean 
    Get
'Usage
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

Property Value

Type: System.Boolean
true if the designer is working in an online mode; otherwise, false.

See Also

Reference

IDtsConnectionBaseService Interface

Microsoft.SqlServer.Dts.Runtime.Design Namespace