SqlInt32.Value Propiedad

Definición

Obtiene el valor de esta estructura SqlInt32. Esta propiedad es de sólo lectura.

public:
 property int Value { int get(); };
public int Value { get; }
member this.Value : int
Public ReadOnly Property Value As Integer

Valor de propiedad

Entero que representa el valor de la estructura SqlInt32.

Excepciones

La propiedad contiene Null.

Se aplica a

Consulte también