Share via


TextModificationStatement.TextId Property

Gets or sets the text ID.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property TextId As Literal
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)

Property Value

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

Remarks

Literal value can be a binary, an integer, or a variable.

.NET Framework Security

See Also

Reference

TextModificationStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace