SqlCmdRedirectStandardError Property | MSBuild Extension Pack Help 4.0.12.0 |
Gets or sets a flag that indicates whether or not to redirect the error message output to the screen
(stderr).If you do not specify a parameter or if you specify 0, only error messages that
have a severity level of 11 or higher are redirected. If you specify 1, all error message output including
PRINT is redirected. Has no effect if you use OutputFile. By default, messages are sent to stdout.
Namespace: MSBuild.ExtensionPack.SqlServer
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
See Also