SqlChars.Length 屬性

定義

取得實例中所包含 SqlChars 值的長度。

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

屬性值

一個 Int64 表示該值 SqlChars 字元長度的值。

如果實例沒有可用的緩衝區,或值為空,則回傳 -1。

對於串流包裹實例,回傳 a Length

備註

預設值為 0。

適用於

另請參閱