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.