AuditExtender.Validate 方法
Validates the specified method with specified parameters for the audit.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Function Validate ( _
methodName As String, _
ParamArray arguments As Object() _
) As ValidationState
用法
Dim instance As AuditExtender
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
参数
- methodName
类型:System.String
The name of the method.
- arguments
类型:array<System.Object[]
The array that contains the method parameters.
返回值
类型:Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
The specified method with specified parameters for the audit.
实现
ISfcValidate.Validate(String, array<Object[])