Partager via


TextModificationStatement.TextId, propriété

Obtient ou définit l'ID de texte.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property TextId As Literal
    Get
    Set
public Literal TextId { get; set; }
public:
property Literal^ TextId {
    Literal^ get ();
    void set (Literal^ value);
}
member TextId : Literal with get, set
function get TextId () : Literal
function set TextId (value : Literal)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.Literal

Notes

La valeur littérale peut être un binaire, un entier ou une variable.

Sécurité .NET Framework

Voir aussi

Référence

TextModificationStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms