TSqlAuditEventGroupHelper.TryParseOption メソッド

定義

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

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

パラメーター

input
String
version
SqlVersion
returnValue
EventNotificationEventGroup

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

返品

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

適用対象