Session.Validate 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.
Overloads
Validate(String) |
Validates the specified method name. |
Validate(String, Object[]) |
Validates the specified method name. |
Validate(String)
Validates the specified method name.
public void Validate (string methodName);
override this.Validate : string -> unit
Public Sub Validate (methodName As String)
Parameters
- methodName
- String
Name of the method, ValidationMethod.Create or ValidationMethod.Alter
Exceptions
Validation failed.
Applies to
Validate(String, Object[])
Validates the specified method name.
public Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState Validate (string methodName, params object[] arguments);
override this.Validate : string * obj[] -> Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
Public Function Validate (methodName As String, ParamArray arguments As Object()) As ValidationState
Parameters
- methodName
- String
Name of the method.
- arguments
- Object[]
The arguments.