Share via


DatabaseTaskHost.IdeMode Property

Gets a value that indicates whether IDE mode is true.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property IdeMode As Boolean
public bool IdeMode { get; }
public:
property bool IdeMode {
    bool get ();
}
member IdeMode : bool
function get IdeMode () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace