Udostępnij za pośrednictwem


Właściwość StatementBuilder.IsFirstJoin

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public ReadOnly Property IsFirstJoin As Boolean
    Get
'Użycie
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

Wartość właściwości

Typ: System.Boolean
TRUE Jeśli dodaniu tabela z klauzula; w przeciwnym razie false.