Partilhar via


Propriedade do RDL XmlReadPropertyLink.ExpressionIsForTableName

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 ExpressionIsForTableName As Boolean 
    Get
'Uso
Dim instance As XmlReadPropertyLink 
Dim value As Boolean 

value = instance.ExpressionIsForTableName
public bool ExpressionIsForTableName { get; }
public:
property bool ExpressionIsForTableName {
    bool get ();
}
member ExpressionIsForTableName : bool
function get ExpressionIsForTableName () : boolean

Valor da propriedade

Tipo: System.Boolean
true if the attribute expression is for the actual table name; otherwise, false.

Consulte também

Referência

XmlReadPropertyLink Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc