Proprietà StatementBuilder.IsFirstJoin

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsFirstJoin As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

StatementBuilder Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc