Поделиться через


Свойство IsDesignMode

Gets a value that indicates whether the object supports design mode.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
ReadOnly Property IsDesignMode As Boolean
    Get
'Применение
Dim instance As ISfcSupportsDesignMode
Dim value As Boolean

value = instance.IsDesignMode
bool IsDesignMode { get; }
property bool IsDesignMode {
    bool get ();
}
abstract IsDesignMode : bool
function get IsDesignMode () : boolean

Значение свойства

Тип: System. . :: . .Boolean
true if design mode is supported; otherwise, false.