Compartilhar via


Propriedade do RDL IsFirstJoin

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

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

Valor da propriedade

Tipo: System. . :: . .Boolean
true if the table is first added to the from clause; otherwise, false.