ICommandExecuter.List(String) 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.
Lists the batch.
public:
ManagedBatchParser::ParserAction List(System::String ^ batch);
public ManagedBatchParser.ParserAction List (string batch);
abstract member List : string -> ManagedBatchParser.ParserAction
Public Function List (batch As String) As ParserAction
Parameters
- batch
- String
Contains the Transact-SQL statements that are included in the batch.
Returns
The parser action, either Abort or Continue.