xRecord.getPhysicalTableName 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.
Return the physical table name, which, in the case of the SQL Temp DB table, is the table instance name.
public:
virtual System::String ^ getPhysicalTableName();
public virtual string getPhysicalTableName ();
abstract member getPhysicalTableName : unit -> string
override this.getPhysicalTableName : unit -> string
Public Overridable Function getPhysicalTableName () As String
Returns
The physical table name or the table instance name.