Udostępnij przez


Metoda SqlPropertyLink.GetTableNameWithAlias

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Function GetTableNameWithAlias ( _
    obj As SqlObjectBase _
) As String
'Użycie
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

Wartość zwracana

Typ: System.String
Nazwa tabela z alias w Transact-SQL format.