InsertStatement.InsertOption Property

Gets or sets the insert option.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property InsertOption As InsertOption
public InsertOption InsertOption { get; set; }
public:
property InsertOption InsertOption {
    InsertOption get ();
    void set (InsertOption value);
}
member InsertOption : InsertOption with get, set
function get InsertOption () : InsertOption
function set InsertOption (value : InsertOption)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.InsertOption
Returns an InsertOption enumeration value.

.NET Framework Security

See Also

Reference

InsertStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace