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.