SmoObjectBase.Validate(String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
[System.CLSCompliant(false)]
public virtual Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState Validate (string methodName, params object[] arguments);
[<System.CLSCompliant(false)>]
abstract member Validate : string * obj[] -> Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
override this.Validate : string * obj[] -> Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
Public Overridable Function Validate (methodName As String, ParamArray arguments As Object()) As ValidationState
Parameters
- methodName
- String
- arguments
- Object[]
Returns
Implements
- Attributes