UpdateTextStatement.InsertOffset Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the insert offset.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public ScalarExpression InsertOffset { get; set; }
public:
property ScalarExpression^ InsertOffset {
    ScalarExpression^ get();
    void set(ScalarExpression^ value);
}
member InsertOffset : ScalarExpression with get, set
Public Property InsertOffset As ScalarExpression

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression

The insert offset.

See Also

UpdateTextStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top