Freigeben über


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

'Declaration
Public Enumeration QueryParameterizationMode
'Usage
Dim instance As QueryParameterizationMode
public enum QueryParameterizationMode
public enum class QueryParameterizationMode
type QueryParameterizationMode
public enum QueryParameterizationMode

Elemente

Elementname Beschreibung
ForcedParameterization Parameterization is forced.
None No parameterization.
ParameterizeLiterals Parameterization is supported on literal values.

Hinweise

The QueryParameterizationMode enumeration class is served by the ServerConnection class.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Common-Namespace