ServerConnection.ParameterizationMode Property
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Syntax
'Deklaracja
Public Shared Property ParameterizationMode As QueryParameterizationMode
public static QueryParameterizationMode ParameterizationMode { get; set; }
public:
static property QueryParameterizationMode ParameterizationMode {
QueryParameterizationMode get ();
void set (QueryParameterizationMode value);
}
/** @property */
public static QueryParameterizationMode get_ParameterizationMode ()
/** @property */
public static void set_ParameterizationMode (QueryParameterizationMode value)
public static function get ParameterizationMode () : QueryParameterizationMode
public static function set ParameterizationMode (value : QueryParameterizationMode)
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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.