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 네임스페이스