Свойство SfcProperty.Enabled
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Property Enabled As Boolean
Get
Set
'Применение
Dim instance As SfcProperty
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
public bool Enabled { get; set; }
public:
virtual property bool Enabled {
bool get () sealed;
void set (bool value) sealed;
}
abstract Enabled : bool with get, set
override Enabled : bool with get, set
final function get Enabled () : boolean
final function set Enabled (value : boolean)
Значение свойства
Тип: System.Boolean
true if the control is enabled; otherwise, false.