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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.