共用方式為


AdoNetGrainStorageSiloBuilderExtensions 類別

定義

public static class AdoNetGrainStorageSiloBuilderExtensions
type AdoNetGrainStorageSiloBuilderExtensions = class
Public Module AdoNetGrainStorageSiloBuilderExtensions
繼承
AdoNetGrainStorageSiloBuilderExtensions

方法

AddAdoNetGrainStorage(ISiloBuilder, String, Action<AdoNetGrainStorageOptions>)

將接收器設定為使用 AdoNet 細微性儲存體進行細微性儲存。 如需設定資料庫的指示,請參閱 http://aka.ms/orleans-sql-scripts

AddAdoNetGrainStorage(ISiloBuilder, String, Action<OptionsBuilder<AdoNetGrainStorageOptions>>)

將接收器設定為使用 AdoNet 細微性儲存體進行細微性儲存。 如需設定資料庫的指示,請參閱 http://aka.ms/orleans-sql-scripts

AddAdoNetGrainStorageAsDefault(ISiloBuilder, Action<AdoNetGrainStorageOptions>)

將接收器設定為使用 AdoNet 細微性儲存體作為預設的細微性儲存體。 如需設定資料庫的指示,請參閱 http://aka.ms/orleans-sql-scripts

AddAdoNetGrainStorageAsDefault(ISiloBuilder, Action<OptionsBuilder<AdoNetGrainStorageOptions>>)

將接收器設定為使用 AdoNet 細微性儲存體作為預設的細微性儲存體。 如需設定資料庫的指示,請參閱 http://aka.ms/orleans-sql-scripts

適用於