Udostępnij za pośrednictwem


Właściwość ServerDdlTrigger.Text

Pobiera lub ustawia Transact-SQL instrukcja, która definiuje serwer definicja danych języka (DDL) wyzwalacza.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Text As String
    Get
'Użycie
Dim instance As ServerDdlTrigger
Dim value As String

value = instance.Text
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public string Text { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
property String^ Text {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
member Text : string
function get Text () : String

Wartość właściwości

Typ: System.String
A String wartość określająca rzeczywistą tekst Transact-SQL instrukcja definiuje wyzwalacz DLL serwera.

Uwagi

Text Właściwość ServerDdlTrigger obiektu jest równoznaczne z sql_statement argument, że późniejsza klauzula AS w tworzenie WYZWALACZA Transact-SQL instrukcja.