ArrowStringDataFrameColumn.IsValid(Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出這個 index 的值是否為 null 。
public override bool IsValid(long index);
public bool IsValid(long index);
override this.IsValid : int64 -> bool
member this.IsValid : int64 -> bool
Public Overrides Function IsValid (index As Long) As Boolean
Public Function IsValid (index As Long) As Boolean
參數
- index
- Int64
要查閱的索引。
傳回
布林值,表示這個 index 的有效性。