Classe ScalarExpressionSequenceOption
Represents the sequence option with a scalar expression.
Hierarquia de herança
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.SequenceOption
Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpressionSequenceOption
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ScalarExpressionSequenceOption _
Inherits SequenceOption
'Uso
Dim instance As ScalarExpressionSequenceOption
[SerializableAttribute]
public class ScalarExpressionSequenceOption : SequenceOption
[SerializableAttribute]
public ref class ScalarExpressionSequenceOption : public SequenceOption
[<SerializableAttribute>]
type ScalarExpressionSequenceOption =
class
inherit SequenceOption
end
public class ScalarExpressionSequenceOption extends SequenceOption
O tipo ScalarExpressionSequenceOption expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ScalarExpressionSequenceOption | Initializes a new instance of the ScalarExpressionSequenceOption class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
FirstTokenIndex | Gets or sets the first token index. (Herdado de TSqlFragment.) | |
FragmentLength | Gets the fragment length. (Herdado de TSqlFragment.) | |
LastTokenIndex | Gets or sets the last token index. (Herdado de TSqlFragment.) | |
NoValue | Gets or sets a value that indicates whether the NO prefix is used. (Herdado de SequenceOption.) | |
OptionKind | Gets or sets the type of the option. (Herdado de SequenceOption.) | |
OptionValue | Gets or sets the expression. | |
ScriptTokenStream | Gets or sets a list of token streams. (Herdado de TSqlFragment.) | |
StartColumn | Gets the starting column. (Herdado de TSqlFragment.) | |
StartLine | Gets the starting line. (Herdado de TSqlFragment.) | |
StartOffset | Gets the fragment start offset value. (Herdado de TSqlFragment.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept | Accepts visitor. (Substitui SequenceOption.Accept(TSqlFragmentVisitor).) | |
AcceptChildren | Accepts visitor for Children. (Substitui SequenceOption.AcceptChildren(TSqlFragmentVisitor).) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.