Partager via


Propriété TextModificationStatement.TextId

Gets or sets the specified value of the TextId. Can be a binary, an integer or a variable.

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

Syntaxe

'Déclaration
Public Property TextId As ValueExpression 
    Get 
    Set
'Utilisation
Dim instance As TextModificationStatement 
Dim value As ValueExpression 

value = instance.TextId

instance.TextId = value
public ValueExpression TextId { get; set; }
public:
property ValueExpression^ TextId {
    ValueExpression^ get ();
    void set (ValueExpression^ value);
}
member TextId : ValueExpression with get, set
function get TextId () : ValueExpression 
function set TextId (value : ValueExpression)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The value of the TextId.

Voir aussi

Référence

TextModificationStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom