Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Indicates whether the sql version tries to parse the input string into the audit event group.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Shared Function TryParseOption ( _
input As String, _
version As SqlVersion, _
<OutAttribute> ByRef returnValue As EventNotificationEventGroup _
) As Boolean
'Utilisation
Dim input As String
Dim version As SqlVersion
Dim returnValue As EventNotificationEventGroup
Dim returnValue As Boolean
returnValue = TSqlAuditEventGroupHelper.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
Paramètres
- input
Type : System.String
The input string.
- version
Type : Microsoft.SqlServer.TransactSql.ScriptDom.SqlVersion
The version.
- returnValue
Type : Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventGroup%
The output event notification event group for the input string.
Valeur de retour
Type : System.Boolean
True if the input string represents a valid Audit Event Group on the specified sql version; otherwise, false.