SqlChars.Buffer Proprietà

Definizione

Restituisce un riferimento al buffer interno.

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

Valore della proprietà

Char[]

Riferimento al buffer interno. Per SqlChars le istanze create sopra i puntatori non gestiti, restituisce una copia gestita del buffer interno.

Commenti

Restituisce un riferimento Null per il valore SqlCharsNull .

Genera un oggetto InvalidOperationException per le istanze di cui è stato eseguito il wrapping del flusso di SqlChars.

Si applica a

Vedi anche