Validate-Methode
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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
Parameter
- methodName
Typ: System. . :: . .String
A string that represents the name of the method.
- arguments
Typ: array<System. . :: . .Object> [] () [] []
An object array that contains the method parameters.
Rückgabewert
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ValidationState
The state of the validation.