Partager via


Méthode Session.Validate (String)

Validates the specified method name.

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
Public Sub Validate ( _
    methodName As String _
)
'Utilisation
Dim instance As Session 
Dim methodName As String

instance.Validate(methodName)
public void Validate(
    string methodName
)
public:
void Validate(
    String^ methodName
)
member Validate : 
        methodName:string -> unit
public function Validate(
    methodName : String
)

Paramètres

  • methodName
    Type : System.String
    A string value that contains the name of the method: ValidationMethod.Create or ValidationMethod.Alter.

Exceptions

Exception Condition
XEventException

Validation failed.

Voir aussi

Référence

Session Classe

Surcharge Validate

Espace de noms Microsoft.SqlServer.Management.XEvent