共用方式為


Table.IsTemporary 屬性

定義

資料表是否為暫時性。

public bool IsTemporary { get; }
member this.IsTemporary : bool
Public ReadOnly Property IsTemporary As Boolean

屬性值

bool,如果資料表是暫存的,則為 true;如果不是,則為 false。

適用於