AzureTableDataManager<T>.BulkInsertTableEntries 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將一組新的資料項目插入資料表中。 如果資料已經存在,則失敗。
public System.Threading.Tasks.Task BulkInsertTableEntries (System.Collections.Generic.IReadOnlyCollection<T> collection);
member this.BulkInsertTableEntries : System.Collections.Generic.IReadOnlyCollection<'T (requires 'T : null and 'T :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'T : (new : unit -> 'T))> -> System.Threading.Tasks.Task
Public Function BulkInsertTableEntries (collection As IReadOnlyCollection(Of T)) As Task
參數
- collection
- IReadOnlyCollection<T>
要插入資料表中的資料項目。
傳回
此儲存體作業的完成承諾。