ISfcValidate.Validate 方法
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Function Validate ( _
methodName As String, _
ParamArray arguments As Object() _
) As ValidationState
'用途
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
參數
- methodName
型別:System.String
A string that represents the name of the method.
- arguments
型別:array<System.Object[]
An object array that contains the method parameters.
傳回值
型別:Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
The state of the validation.