SqlChars.Length Proprietà

Definizione

Ottiene la lunghezza del valore contenuto nell'istanza SqlChars di .

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 indica la lunghezza in caratteri del valore contenuto nell'istanza SqlChars di .

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

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

Commenti

Il valore predefinito è 0.

Si applica a

Vedi anche