QueryParameterizationMode Enumeration
The QueryParameterizationMode enumeration contains values that are used to specify the way that queries with parameters are handled by the server connection.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Syntax
'Deklaracja
Public Enumeration QueryParameterizationMode
public enum QueryParameterizationMode
public enum class QueryParameterizationMode
public enum QueryParameterizationMode
public enum QueryParameterizationMode
Members
Member name | Description |
---|---|
ForcedParameterization | Parameterization is forced. |
None | No parameterization. |
ParameterizeLiterals |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.