QueryParameterizationMode 열거형

The QueryParameterizationMode enumeration contains values that are used to specify the way that queries with parameters are handled by the server connection.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)

구문

‘선언
Public Enumeration QueryParameterizationMode
‘사용 방법
Dim instance As QueryParameterizationMode
public enum QueryParameterizationMode
public enum class QueryParameterizationMode
type QueryParameterizationMode
public enum QueryParameterizationMode

멤버

멤버 이름 설명
ForcedParameterization Parameterization is forced.
None No parameterization.
ParameterizeLiterals Parameterization is supported on literal values.

주의

The QueryParameterizationMode enumeration class is served by the ServerConnection class.

참고 항목

참조

Microsoft.SqlServer.Management.Common 네임스페이스