UpdateTextStatement.InsertOffset プロパティ

挿入オフセットを取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property InsertOffset As Expression
'使用
Dim instance As UpdateTextStatement
Dim value As Expression

value = instance.InsertOffset

instance.InsertOffset = value
public Expression InsertOffset { get; set; }
public:
property Expression^ InsertOffset {
    Expression^ get ();
    void set (Expression^ value);
}
public function get InsertOffset () : Expression
public function set InsertOffset (value : Expression)

プロパティ値

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

解説

正または負の整数、NULL、または変数に設定できます。

参照

参照

UpdateTextStatement クラス

UpdateTextStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間