Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Indicates whether the sql version tries to parse the input string into the audit event type.
Пространство имен: 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 = TSqlAuditEventTypeHelper.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
Параметры
- input
Тип: System.String
The input string.
- version
Тип: Microsoft.SqlServer.TransactSql.ScriptDom.SqlVersion
The version.
- returnValue
Тип: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventType%
The output event notification event type for the input string.
Возвращаемое значение
Тип: System.Boolean
True if the input string represents a valid audit event group on the specified sql version; otherwise, false.