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.