SqlBytes.Stream Proprietà

Definizione

Ottiene o imposta i dati dell'oggetto SqlBytes come flusso.

public:
 property System::IO::Stream ^ Stream { System::IO::Stream ^ get(); void set(System::IO::Stream ^ value); };
public System.IO.Stream Stream { get; set; }
member this.Stream : System.IO.Stream with get, set
Public Property Stream As Stream

Valore della proprietà

Flusso contenente i dati SqlBytes.

Commenti

Ottenere o impostare la Stream proprietà carica tutti i dati in memoria. L'uso con dati con valori di grandi dimensioni può causare un oggetto OutOfMemoryException.

Si applica a

Vedi anche