Méthode ServiceContractExtender.Validate
Validates the ServiceContract associated with this instance.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function Validate ( _
methodName As String, _
ParamArray arguments As Object() _
) As ValidationState
'Utilisation
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
Paramètres
- methodName
Type : System.String
A String which contains the validation method.
- arguments
Type : array<System.Object[]
An array of type Object containing the arguments.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
A T:Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState resulting from the operation.
Implémente
ISfcValidate.Validate(String, array<Object[])