Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.