TSqlTriggerEventTypeHelper.TryParseOption Methode

Definition

Versucht, die Eingabezeichenfolge in die Triggerereignisgruppe zu analysieren.

public static bool TryParseOption(string input, Microsoft.SqlServer.TransactSql.ScriptDom.SqlVersion version, out Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventType returnValue);
static member TryParseOption : string * Microsoft.SqlServer.TransactSql.ScriptDom.SqlVersion * EventNotificationEventType -> bool
Public Shared Function TryParseOption (input As String, version As SqlVersion, ByRef returnValue As EventNotificationEventType) As Boolean

Parameter

input
String
version
SqlVersion
returnValue
EventNotificationEventType

Die Ausgabeereignis-Notificiation-Ereignisgruppe für die Eingabezeichenfolge.

Gibt zurück

Gibt true zurück, wenn die Eingabezeichenfolge eine gültige Überwachungsereignisgruppe in der angegebenen SQL-Version darstellt, andernfalls false.

Gilt für: