SqlInt32.Value Propiedad

Definición

Obtiene el valor de esta SqlInt32 estructura. Esta propiedad es de solo 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 esta SqlInt32 estructura.

Excepciones

La propiedad contiene Null.

Se aplica a

Consulte también