SqlPropertyLink.GetTableNameWithAlias(SqlObjectBase) 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.
get the table name with alias in tsql format
public string GetTableNameWithAlias (Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectBase obj);
member this.GetTableNameWithAlias : Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectBase -> string
Public Function GetTableNameWithAlias (obj As SqlObjectBase) As String
Parameters
- obj
- SqlObjectBase