SqlBytes.Length Proprietà

Definizione

Ottiene la lunghezza del valore contenuto nell'istanza SqlBytes.

public:
 property long Length { long get(); };
public long Length { get; }
member this.Length : int64
Public ReadOnly Property Length As Long

Valore della proprietà

Valore Int64 che rappresenta la lunghezza del valore contenuto nell'istanza SqlBytes.

Restituisce -1 se per l'istanza non è disponibile alcun buffer oppure se il valore è null.

Restituisce un oggetto Length per un'istanza di cui è stato eseguito il wrapping in un flusso.

Commenti

Il valore predefinito è 0.

Si applica a

Vedi anche