다음을 통해 공유


Validate 메서드

Validates the specified method with specified parameters for the Service Contract.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Broker
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Function Validate ( _
    methodName As String, _
    ParamArray arguments As Object() _
) As ValidationState
‘사용 방법
Dim instance As ServiceContractExtender
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

매개 변수

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

반환 값

유형: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ValidationState
A ValidationState object specifying the state of the object.

구현

ISfcValidate. . :: . .Validate(String, array<Object> [] () [] [])