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.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Function Validate ( _
methodName As String, _
ParamArray arguments As Object() _
) As ValidationState
'Usage
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
Parameters
- 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.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
The state of the validation.