共用方式為


TSqlTriggerEventTypeHelper.TryParseOption 方法

Indicates whether the sql version tries to parse the input string into the trigger event group.

命名空間:  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 EventNotificationEventType _
) As Boolean
'用途
Dim input As String 
Dim version As SqlVersion 
Dim returnValue As EventNotificationEventType 
Dim returnValue As Boolean 

returnValue = TSqlTriggerEventTypeHelper.TryParseOption(input, _
    version, returnValue)
public static bool TryParseOption(
    string input,
    SqlVersion version,
    out EventNotificationEventType returnValue
)
public:
static bool TryParseOption(
    String^ input, 
    SqlVersion version, 
    [OutAttribute] EventNotificationEventType% returnValue
)
static member TryParseOption : 
        input:string * 
        version:SqlVersion * 
        returnValue:EventNotificationEventType byref -> bool
public static function TryParseOption(
    input : String, 
    version : SqlVersion, 
    returnValue : EventNotificationEventType
) : boolean

參數

傳回值

型別:System.Boolean
True if the input string represents a valid audit event group on the specified sql version; otherwise, false.

請參閱

參考

TSqlTriggerEventTypeHelper 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間