Freigeben über


StatementBuilder.IsFirstJoin-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

StatementBuilder Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace