Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates the state of the object.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function Validate ( _
methodName As String, _
ParamArray arguments As Object() _
) As ValidationState
'Usage
Dim instance As RemoteServiceBindingExtender
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
Parameters
- methodName
Type: System.String
A String value specifying the validation method.
- arguments
Type: array<System.Object[]
The arguments for the validation.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
A ValidationState object specifying the state of the object
Implements
ISfcValidate.Validate(String, array<Object[])