AuditExtender.Validate Method (String, Object )

 

Applies To: SQL Server 2016 Preview

Validates the specified method with specified parameters for the audit.

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

Syntax

public ValidationState Validate(
    string methodName,
    params object[] arguments
)
public:
virtual ValidationState^ Validate(
    String^ methodName,
    ... array<Object^>^ arguments
) sealed
abstract Validate : 
        methodName:string *
        [<ParamArrayAttribute>] arguments:Object[] -> ValidationState
override Validate : 
        methodName:string *
        [<ParamArrayAttribute>] arguments:Object[] -> ValidationState
Public Function Validate (
    methodName As String,
    ParamArray arguments As Object()
) As ValidationState

Parameters

  • arguments
    Type: System.Object[]

    The array that contains the method parameters.

Return Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState

The specified method with specified parameters for the audit.

Implements

ISfcValidate.Validate(String, Object[])

See Also

AuditExtender Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top