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 identity function that can be used in a SelectColumn.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
Microsoft.SqlServer.TransactSql.ScriptDom.IdentityFunctionCall
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class IdentityFunctionCall _
Inherits ScalarExpression
'Utilisation
Dim instance As IdentityFunctionCall
[SerializableAttribute]
public class IdentityFunctionCall : ScalarExpression
[SerializableAttribute]
public ref class IdentityFunctionCall : public ScalarExpression
[<SerializableAttribute>]
type IdentityFunctionCall =
class
inherit ScalarExpression
end
public class IdentityFunctionCall extends ScalarExpression
Le type IdentityFunctionCall expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
IdentityFunctionCall | Initializes a new instance of the IdentityFunctionCall class. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
DataType | Gets or sets the data type for the column. |
![]() |
FirstTokenIndex | Gets or sets the first token index. (hérité de TSqlFragment.) |
![]() |
FragmentLength | Gets the fragment length. (hérité de TSqlFragment.) |
![]() |
Increment | Gets or sets the increment for the identity. Optional, may be nullune référence Null (Nothing dans Visual Basic). |
![]() |
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.) |
![]() |
Seed | Gets or sets the seed for the identity. |
![]() |
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.) |
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 ScalarExpression.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)