IVariableResolver Interface
Defines the methods that are used to resolve variables.
Assembly: Microsoft.SqlServer.BatchParser (in Microsoft.SqlServer.BatchParser.dll)
| Name | Description | |
|---|---|---|
![]() | DeleteVariable(String^) | Deletes a variable. |
![]() | ResolveVariable(String^, String^%) | Prompts the user for a value when a variable is encountered. |
![]() | ResolveVariableOwnership(String^, String^, Boolean%) | Prompts the user to decide whether to take ownership of a variable, or to let the parser automate the process. |
Show:
