Compartir a través de


InsertStatement.InsertOption (Propiedad)

Obtiene o establece la opción de inserción.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property InsertOption As InsertOption
    Get
    Set
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.InsertOption
Devuelve un valor de enumeración InsertOption.

Seguridad de .NET Framework

Vea también

Referencia

InsertStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)