TSqlTriggerEventTypeHelper.TryParseOption メソッド

定義

トリガー イベント グループに入力文字列を解析しようとします。

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

パラメーター

input
String
version
SqlVersion
returnValue
EventNotificationEventType

入力文字列の出力イベント通知イベント グループ。

返品

指定した SQL バージョンの有効な監査イベント グループを入力文字列が表す場合は true、それ以外の場合は false を返します。

適用対象