Partager via


Classe WriteTextStatement

Represents the WRITETEXT statement.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
    Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
      Microsoft.SqlServer.TransactSql.ScriptDom.TextModificationStatement
        Microsoft.SqlServer.TransactSql.ScriptDom.WriteTextStatement

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class WriteTextStatement _
    Inherits TextModificationStatement
'Utilisation
Dim instance As WriteTextStatement
[SerializableAttribute]
public class WriteTextStatement : TextModificationStatement
[SerializableAttribute]
public ref class WriteTextStatement : public TextModificationStatement
[<SerializableAttribute>]
type WriteTextStatement =  
    class 
        inherit TextModificationStatement 
    end
public class WriteTextStatement extends TextModificationStatement

Le type WriteTextStatement expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique WriteTextStatement Initializes a new instance of the WriteTextStatement class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Bulk Gets or sets a value that indicates whether BULK was used. (hérité de TextModificationStatement.)
Propriété publique Column Gets or sets the column. Has to be at least a two part name including table. (hérité de TextModificationStatement.)
Propriété publique FirstTokenIndex Gets or sets the first token index. (hérité de TSqlFragment.)
Propriété publique FragmentLength Gets the fragment length. (hérité de TSqlFragment.)
Propriété publique LastTokenIndex Gets or sets the last token index. (hérité de TSqlFragment.)
Propriété publique ScriptTokenStream Gets or sets a list of token streams. (hérité de TSqlFragment.)
Propriété publique SourceParameter Gets or sets the source parameter. It can be nullune référence Null (Nothing dans Visual Basic), Ascii or Unicode string, binary or variable.
Propriété publique StartColumn Gets the starting column. (hérité de TSqlFragment.)
Propriété publique StartLine Gets the starting line. (hérité de TSqlFragment.)
Propriété publique StartOffset Gets the fragment start offset value. (hérité de TSqlFragment.)
Propriété publique TextId Gets or sets the specified value of the TextId. Can be a binary, an integer or a variable. (hérité de TextModificationStatement.)
Propriété publique Timestamp Gets or sets the initial timestamp value. Optional, literal of binary type. (hérité de TextModificationStatement.)
Propriété publique WithLog Gets or sets a value that indicates whether WITH LOG was defined. (hérité de TextModificationStatement.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Accept Accepts entry point for a given visitor. (remplace TSqlFragment.Accept(TSqlFragmentVisitor).)
Méthode publique AcceptChildren Calls Accept on the children with the given visitor. (remplace TextModificationStatement.AcceptChildren(TSqlFragmentVisitor).)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique 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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom