SqlDecimal.WriteTdsValue(Span<UInt32>) Metoda

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Zapisuje cztery 32-bitowe wartości całkowite bez znaku, które tworzą SqlDecimal strukturę w destination zakresie.

public:
 int WriteTdsValue(Span<System::UInt32> destination);
[System.CLSCompliant(false)]
public int WriteTdsValue (Span<uint> destination);
[<System.CLSCompliant(false)>]
member this.WriteTdsValue : Span<uint32> -> int
Public Function WriteTdsValue (destination As Span(Of UInteger)) As Integer

Parametry

destination
Span<UInt32>

Span<T> 32-bitowa liczba całkowita bez znaku.

Zwraca

Liczba elementów zapisanych w obiekcie Span<T>.

Atrybuty

Dotyczy