Właściwość DatabaseDdlTrigger.TextMode
Pobiera lub ustawia Boolean wartość, która określa, czy wyzwalacz DLL edytować jako tekstu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Overrides Property TextMode As Boolean
Get
Set
'Użycie
Dim instance As DatabaseDdlTrigger
Dim value As Boolean
value = instance.TextMode
instance.TextMode = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public override bool TextMode { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
virtual property bool TextMode {
bool get () override;
void set (bool value) override;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
abstract TextMode : bool with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
override TextMode : bool with get, set
override function get TextMode () : boolean
override function set TextMode (value : boolean)
Wartość właściwości
Typ: System.Boolean
A Boolean wartość, która określa, czy wyzwalacz DLL edytować jako tekstu.