Metodo Validate
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Function Validate ( _
methodName As String, _
ParamArray arguments As Object() _
) As ValidationState
'Utilizzo
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
Parametri
- methodName
Tipo: System. . :: . .String
A string that represents the name of the method.
- arguments
Tipo: array<System. . :: . .Object> [] () [] []
An object array that contains the method parameters.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ValidationState
The state of the validation.
Vedere anche