Metodo BrokerPriorityExtender.Validate
Performs a validation check on the object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Function Validate ( _
methodName As String, _
ParamArray arguments As Object() _
) As ValidationState
'Utilizzo
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
Parametri
- methodName
Tipo: System.String
A string that represents the name of the validation method.
- arguments
Tipo: array<System.Object[]
An array of objects representing the parameters for the validation method.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
The [Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState] of the object.
Implementa
ISfcValidate.Validate(String, array<Object[])