Partilhar via


Propriedade do RDL XmlReadInclude.TableAlias

Gets the specified table alias. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public ReadOnly Property TableAlias As String 
    Get
'Uso
Dim instance As XmlReadInclude 
Dim value As String 

value = instance.TableAlias
public string TableAlias { get; }
public:
property String^ TableAlias {
    String^ get ();
}
member TableAlias : string
function get TableAlias () : String

Valor da propriedade

Tipo: System.String
A string name for the table alias.

Consulte também

Referência

XmlReadInclude Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc