Свойство TextModificationStatement.TextId

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

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property TextId As ValueExpression 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The value of the TextId.

См. также

Справочник

TextModificationStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom