TSqlAuditEventGroupHelper.TryParseOption メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
入力文字列を監査イベント グループに解析しようとします。
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 を返します。