SetSingle Method (SmiEventSink, Int32, Single) (ITypedSetters Interface)

Sets the data, for a parameter or column, as the specified type. No conversions are applied. The assembly that contains this class has a friend relationship with SQLAccess.dll.  It is intended for use by SQL Server.  For other databases, use the hosting mechanism provided by that database.

Namespace: Microsoft.SqlServer.Server

Assembly: System.Data (in System.Data.dll)

Sub SetSingle(ByVal sink As SmiEventSink, ByVal ordinal As Integer, ByVal value As Single)
void SetSingle (SmiEventSink sink, int ordinal, Single value);

Parameters

Parameter

Description

sink

The SmiEventSink object to be used for event callbacks from the server.

ordinal

The zero-based parameter ordinal.

value

The value for the specified parameter.

Version Information

.NET Framework

Supported in: 2.0