BulkInsertBase.Options プロパティ

使用可能なオプションの一覧を取得します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public ReadOnly Property Options As IList(Of BulkInsertOption)
'使用
Dim instance As BulkInsertBase
Dim value As IList(Of BulkInsertOption)

value = instance.Options
public IList<BulkInsertOption> Options { get; }
public:
property IList<BulkInsertOption^>^ Options {
    IList<BulkInsertOption^>^ get ();
}
public function get Options () : IList<BulkInsertOption>

プロパティ値

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

参照

参照

BulkInsertBase クラス

BulkInsertBase メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間