SqlInt32.Value Proprietà

Definizione

Ottiene il valore di questa SqlInt32 struttura. Questa proprietà è di sola lettura.

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

Valore della proprietà

Intero che rappresenta il valore di questa SqlInt32 struttura.

Eccezioni

La proprietà contiene Null.

Si applica a

Vedi anche