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