SetChars Method (SmiEventSink, Int32, Int64, Char[], Int32, Int32)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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. This class 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)
MustOverride Function SetChars(ByVal sink As SmiEventSink, ByVal ordinal As Integer, ByVal fieldOffset As Long, ByVal buffer As Char(), ByVal bufferOffset As Integer, ByVal length As Integer) As Integer
abstract int SetChars (SmiEventSink sink, int ordinal, long fieldOffset, Char[] buffer, int bufferOffset, int length);
Parameters
Parameter |
Description |
|---|---|
sink |
The SmiEventSink object to be used for event callbacks from the server. |
ordinal |
The zero-based column or parameter ordinal. |
fieldOffset |
The index within the column or parameter from which to begin the write operation. |
buffer |
The buffer into which to write the stream of characters. |
bufferOffset |
The index for the buffer to begin the write operation. |
length |
The maximum length to write into the buffer. |
Return Value
The actual number of characters written.
Version Information
.NET Framework
Supported in: 2.0