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 命名空间