ParseMode Enum
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.
Contains values that are used to specify the parser mode.
public enum class ParseMode
public enum ParseMode
type ParseMode =
Public Enum ParseMode
- Inheritance
-
ParseMode
Fields
Name | Value | Description |
---|---|---|
RecognizeAll | 0 | Recognizes variables, sqlcmd commands, and the batch delimiter. |
RecognizeOnlyVariables | 1 | Recognizes only variables. |
RecognizeOnlyBatchDelimiter | 2 | Recognizes only the batch delimiter. |