Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Enumeration QueryParameterizationMode
'Usage
Dim instance As QueryParameterizationMode
public enum QueryParameterizationMode
public enum class QueryParameterizationMode
type QueryParameterizationMode
public enum QueryParameterizationMode
Members
| Member name | Description | |
|---|---|---|
| ForcedParameterization | Parameterization is forced. | |
| None | No parameterization. | |
| ParameterizeLiterals | Parameterization is supported on literal values. |
Remarks
The QueryParameterizationMode enumeration class is served by the ServerConnection class.