Share via


SqlChars.Value Proprietà

Definizione

Restituisce una copia gestita del valore contenuto dall'oggetto SqlChars.

public:
 property cli::array <char> ^ Value { cli::array <char> ^ get(); };
public char[] Value { get; }
member this.Value : char[]
Public ReadOnly Property Value As Char()

Valore della proprietà

Char[]

Valore dell'oggetto SqlChars come matrice di caratteri.

Commenti

Restituisce un riferimento Null per il valore SqlCharsNull.

Si applica a

Vedi anche