SqlDecimal.Sign(SqlDecimal) Metoda

Definice

Získá hodnotu, která označuje znaménko SqlDecimal vlastnosti struktury Value .

public:
 static System::Data::SqlTypes::SqlInt32 Sign(System::Data::SqlTypes::SqlDecimal n);
public static System.Data.SqlTypes.SqlInt32 Sign (System.Data.SqlTypes.SqlDecimal n);
static member Sign : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlInt32
Public Shared Function Sign (n As SqlDecimal) As SqlInt32

Parametry

n
SqlDecimal

Struktura SqlDecimal , jejíž znaménko má být vyhodnoceno.

Návraty

Číslo, které označuje znaménko SqlDecimal struktury.

Platí pro

Viz také