다음을 통해 공유


UpdateTextStatement.InsertOffset 속성

Gets or sets the insert offset.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property InsertOffset As ScalarExpression 
    Get 
    Set
‘사용 방법
Dim instance As UpdateTextStatement 
Dim value As ScalarExpression 

value = instance.InsertOffset

instance.InsertOffset = value
public ScalarExpression InsertOffset { get; set; }
public:
property ScalarExpression^ InsertOffset {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member InsertOffset : ScalarExpression with get, set
function get InsertOffset () : ScalarExpression 
function set InsertOffset (value : ScalarExpression)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The insert offset.

참고 항목

참조

UpdateTextStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스