TSqlTriggerEventGroupHelper.TryParseOption メソッド
SQL バージョンが、入力文字列をトリガー イベント グループに解析する試行を行うかどうかを示します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Shared Function TryParseOption ( _
input As String, _
version As SqlVersion, _
<OutAttribute> ByRef returnValue As EventNotificationEventGroup _
) As Boolean
'使用
Dim input As String
Dim version As SqlVersion
Dim returnValue As EventNotificationEventGroup
Dim returnValue As Boolean
returnValue = TSqlTriggerEventGroupHelper.TryParseOption(input, _
version, returnValue)
public static bool TryParseOption(
string input,
SqlVersion version,
out EventNotificationEventGroup returnValue
)
public:
static bool TryParseOption(
String^ input,
SqlVersion version,
[OutAttribute] EventNotificationEventGroup% returnValue
)
static member TryParseOption :
input:string *
version:SqlVersion *
returnValue:EventNotificationEventGroup byref -> bool
public static function TryParseOption(
input : String,
version : SqlVersion,
returnValue : EventNotificationEventGroup
) : boolean
パラメーター
- input
型: System.String
入力文字列。
- version
型: Microsoft.SqlServer.TransactSql.ScriptDom.SqlVersion
バージョン。
- returnValue
型: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventGroup%
入力文字列に対する出力イベント通知イベント グループ。
戻り値
型: System.Boolean
入力文字列が、指定された SQL バージョンで有効な監査イベント グループを表す場合は true、それ以外の場合は false。