AdoNetGrainStorageServiceCollectionExtensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 。 |