Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function GetTableNameWithAlias ( _
obj As SqlObjectBase _
) As String
'Usage
Dim instance As SqlPropertyLink
Dim obj As SqlObjectBase
Dim returnValue As String
returnValue = instance.GetTableNameWithAlias(obj)
public string GetTableNameWithAlias(
SqlObjectBase obj
)
public:
String^ GetTableNameWithAlias(
SqlObjectBase^ obj
)
member GetTableNameWithAlias :
obj:SqlObjectBase -> string
public function GetTableNameWithAlias(
obj : SqlObjectBase
) : String
Parameters
- obj
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectBase
The filter type.
Return Value
Type: System.String
The table name with alias in tsql format.