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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.