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 命名空间