UpdateTextStatement.InsertOffset 属性

获取或设置插入偏移。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property InsertOffset As Expression
    Get
    Set
public Expression InsertOffset { get; set; }
public:
property Expression^ InsertOffset {
    Expression^ get ();
    void set (Expression^ value);
}
member InsertOffset : Expression with get, set
function get InsertOffset () : Expression
function set InsertOffset (value : Expression)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.Expression

备注

可以是整数、负整数、NULL 或变量。

.NET Framework 安全性

请参见

参考

UpdateTextStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间