共用方式為


BulkInsertBase.Options 屬性

Gets a list of possible 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>
The list of possible options.

請參閱

參考

BulkInsertBase 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間