InsertSpecification.InsertOption Property
Gets or sets the insert option.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property InsertOption As InsertOption
Get
Set
'Usage
Dim instance As InsertSpecification
Dim value As InsertOption
value = instance.InsertOption
instance.InsertOption = value
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.SqlServer.TransactSql.ScriptDom.InsertOption
The insert option.