ServerAuditSpecificationExtender.Validate 메서드
Validates the specified method with specified parameters for the server audit specification.
네임스페이스: 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 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
매개 변수
- methodName
유형: System.String
The name of the method.
- arguments
유형: array<System.Object[]
the method parameters.
반환 값
유형: Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
The specified method with specified parameters for the server audit specification.
구현
ISfcValidate.Validate(String, array<Object[])