BulkInsertBase.Options-Eigenschaft
Ruft eine Liste möglicher Optionen ab.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
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>
Eigenschaftswert
Typ: System.Collections.Generic.IList<BulkInsertOption>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.