xRecord.isTmp Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether this is a temporary table.
public:
virtual bool isTmp();
public virtual bool isTmp ();
abstract member isTmp : unit -> bool
override this.isTmp : unit -> bool
Public Overridable Function isTmp () As Boolean
Returns
true if this is a temporary table; otherwise, false.