Méthode ISfcValidate.Validate
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Function Validate ( _
methodName As String, _
ParamArray arguments As Object() _
) As ValidationState
'Utilisation
Dim instance As ISfcValidate
Dim methodName As String
Dim arguments As Object()
Dim returnValue As ValidationState
returnValue = instance.Validate(methodName, _
arguments)
ValidationState Validate(
string methodName,
params Object[] arguments
)
ValidationState^ Validate(
String^ methodName,
... array<Object^>^ arguments
)
abstract Validate :
methodName:string *
arguments:Object[] -> ValidationState
function Validate(
methodName : String,
... arguments : Object[]
) : ValidationState
Paramètres
- methodName
Type : System.String
A string that represents the name of the method.
- arguments
Type : array<System.Object[]
An object array that contains the method parameters.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
The state of the validation.