StatementBuilder.IsFirstJoin Propiedad
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Boolean
true if the table is first added to the from clause; otherwise, false.