SqlChars.Value Propiedad

Definición

Devuelve una copia administrada del valor que contiene 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()

Valor de propiedad

Char[]

El valor de SqlChars como una matriz de caracteres.

Comentarios

Devuelve una referencia nula para el valor SqlCharsNULL .

Se aplica a

Consulte también