DatabaseSnapshotExtender.. Method
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Private Function Validate ( _
methodName As String, _
ParamArray arguments As Object() _
) As ValidationState Implements ISfcValidate.Validate
'Usage
Dim instance As DatabaseSnapshotExtender
Dim methodName As String
Dim arguments As Object()
Dim returnValue As ValidationState
returnValue = CType(instance, ISfcValidate).Validate(methodName, _
arguments)
ValidationState ISfcValidate.Validate(
string methodName,
params Object[] arguments
)
private:
virtual ValidationState^ Validate(
String^ methodName,
... array<Object^>^ arguments
) sealed = ISfcValidate::Validate
private abstract Validate :
methodName:string *
arguments:Object[] -> ValidationState
private override Validate :
methodName:string *
arguments:Object[] -> ValidationState
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: ValidationState
Implements
ISfcValidateValidate(String, array<Object[])