次の方法で共有


BulkInsertBase.Options プロパティ

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

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public ReadOnly Property Options As IList(Of BulkInsertOption)
    Get
'使用
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 ();
}
member Options : IList<BulkInsertOption>
function get Options () : IList<BulkInsertOption>

プロパティ値

型: System.Collections.Generic.IList<BulkInsertOption>
選択可能なオプションの一覧。

関連項目

参照

BulkInsertBase クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間