共用方式為


AdoNetGrainStorageServiceCollectionExtensions 類別

定義

IServiceCollection 擴展。

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

方法

AddAdoNetGrainStorage(IServiceCollection, Action<AdoNetGrainStorageOptions>)

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

AddAdoNetGrainStorage(IServiceCollection, String, Action<AdoNetGrainStorageOptions>)

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

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

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

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

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

適用於