SqlString.Value Proprietà

Definizione

Ottiene la stringa memorizzata nella struttura SqlString. Questa proprietà è di sola lettura.

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

Valore della proprietà

Stringa memorizzata.

Eccezioni

Il valore della stringa è Null.

Si applica a

Vedi anche