Compartir a través de


BulkInsertBase.Options (Propiedad)

Obtiene una lista de opciones posibles.

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 ReadOnly Property Options As IList(Of BulkInsertOption)
    Get
public IList<BulkInsertOption> Options { get; }
public:
property IList<BulkInsertOption^>^ Options {
    IList<BulkInsertOption^>^ get ();
}
member Options : IList<BulkInsertOption>
function get Options () : IList<BulkInsertOption>

Valor de propiedad

Tipo: System.Collections.Generic.IList<BulkInsertOption>

Seguridad de .NET Framework

Vea también

Referencia

BulkInsertBase Clase

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