言語

TSqlAuditEventTypeHelper.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 を返します。

適用対象