Validate 메서드
Performs a validation checks on the object.
네임스페이스: 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 BrokerPriorityExtender
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
A string that represents the name of the method.
- arguments
유형: array<System. . :: . .Object> [] () [] []
An object of argument.
반환 값
유형: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ValidationState
The object to validate.
구현
ISfcValidate. . :: . .Validate(String, array<Object> [] () [] [])