Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents the unqualified JOIN in a FROM clause.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TableReference
Microsoft.SqlServer.TransactSql.ScriptDom.JoinTableReference
Microsoft.SqlServer.TransactSql.ScriptDom.UnqualifiedJoin
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class UnqualifiedJoin _
Inherits JoinTableReference
'Utilisation
Dim instance As UnqualifiedJoin
[SerializableAttribute]
public class UnqualifiedJoin : JoinTableReference
[SerializableAttribute]
public ref class UnqualifiedJoin : public JoinTableReference
[<SerializableAttribute>]
type UnqualifiedJoin =
class
inherit JoinTableReference
end
public class UnqualifiedJoin extends JoinTableReference
Le type UnqualifiedJoin expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
UnqualifiedJoin | Initializes a new instance of the UnqualifiedJoin class. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
FirstTableReference | Gets the first table reference. (hérité de JoinTableReference.) |
![]() |
FirstTokenIndex | Gets or sets the first token index. (hérité de TSqlFragment.) |
![]() |
FragmentLength | Gets the fragment length. (hérité de TSqlFragment.) |
![]() |
LastTokenIndex | Gets or sets the last token index. (hérité de TSqlFragment.) |
![]() |
ScriptTokenStream | Gets or sets a list of token streams. (hérité de TSqlFragment.) |
![]() |
SecondTableReference | Gets the second table reference. (hérité de JoinTableReference.) |
![]() |
StartColumn | Gets the starting column. (hérité de TSqlFragment.) |
![]() |
StartLine | Gets the starting line. (hérité de TSqlFragment.) |
![]() |
StartOffset | Gets the fragment start offset value. (hérité de TSqlFragment.) |
![]() |
UnqualifiedJoinType | Gets or sets the JOIN type. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Accept | Accepts a visit from the specified visitor. (remplace TSqlFragment.Accept(TSqlFragmentVisitor).) |
![]() |
AcceptChildren | Accepts a visit for the Children from the specified visitor. (remplace JoinTableReference.AcceptChildren(TSqlFragmentVisitor).) |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)