Share via


Validate-Methode

Validates the specified method with specified parameters for the server audit specification.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function Validate ( _
    methodName As String, _
    ParamArray arguments As Object() _
) As ValidationState
'Usage
Dim instance As ServerAuditSpecificationExtender
Dim methodName As String
Dim arguments As Object()
Dim returnValue As ValidationState

returnValue = instance.Validate(methodName, _
    arguments)
public ValidationState Validate(
    string methodName,
    params Object[] arguments
)
public:
virtual ValidationState^ Validate(
    String^ methodName, 
    ... array<Object^>^ arguments
) sealed
abstract Validate : 
        methodName:string * 
        arguments:Object[] -> ValidationState 
override Validate : 
        methodName:string * 
        arguments:Object[] -> ValidationState 
public final function Validate(
    methodName : String, 
    ... arguments : Object[]
) : ValidationState

Parameter

  • arguments
    Typ: array<System. . :: . .Object> [] () [] []
    An [T.System.Object[]] array the contains the method parameters.

Rückgabewert

Typ: ValidationState
ValidationState

Implementiert

ISfcValidateValidate(String, array<Object>[]()[][])