Session.Validate Method

Definition

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.

Returns

Implements

Applies to