SqlBulkCopy.ColumnOrderHints 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 SqlBulkCopyColumnOrderHint 項目的集合。 資料行順序提示描述目的地資料表叢集索引中的資料行排序次序。
public:
property Microsoft::Data::SqlClient::SqlBulkCopyColumnOrderHintCollection ^ ColumnOrderHints { Microsoft::Data::SqlClient::SqlBulkCopyColumnOrderHintCollection ^ get(); };
public Microsoft.Data.SqlClient.SqlBulkCopyColumnOrderHintCollection ColumnOrderHints { get; }
member this.ColumnOrderHints : Microsoft.Data.SqlClient.SqlBulkCopyColumnOrderHintCollection
Public ReadOnly Property ColumnOrderHints As SqlBulkCopyColumnOrderHintCollection
屬性值
資料行順序提示的集合。 根據預設,它可以是空的集合。
備註
如果匯入的資料根據資料表上的叢集索引排序,SqlBulkCopy 的效能會有所改善,如果有的話。 如果資料是以與叢集索引鍵順序不同的順序排序,或資料表上沒有叢集索引,則會忽略順序提示。