Właściwość IsEnabled
Pobiera lub ustawia Boolean właściwość, która określa, czy wyzwalacz jest włączony.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property IsEnabled As Boolean
Get
Set
'Użycie
Dim instance As Trigger
Dim value As Boolean
value = instance.IsEnabled
instance.IsEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool IsEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property bool IsEnabled {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member IsEnabled : bool with get, set
function get IsEnabled () : boolean
function set IsEnabled (value : boolean)
Wartość właściwości
Typ: System. . :: . .Boolean
A Boolean wartość określająca, czy wyzwalacz jest włączony.
Jeśli True, wyzwalacz jest włączony.
Jeśli FAŁSZ (domyślnie), wyzwalacz nie jest włączony.
Zobacz także