SqlDecimal.Sign(SqlDecimal) Metod

Definition

Hämtar ett värde som anger tecknet för en SqlDecimal strukturs Value egenskap.

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

Parametrar

n
SqlDecimal

Strukturen SqlDecimal vars tecken ska utvärderas.

Returer

Ett tal som anger tecknet på SqlDecimal strukturen.

Gäller för

Se även