IWithConnectionString<FluentT> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
允許設定連接字串的 Web 應用程式定義階段。
public interface IWithConnectionString<FluentT>
type IWithConnectionString<'FluentT> = interface
Public Interface IWithConnectionString(Of FluentT)
類型參數
- FluentT
資源類型。
- 衍生
方法
WithConnectionString(String, String, ConnectionStringType) |
將連接字串新增至 Web 應用程式。 |
WithStickyConnectionString(String, String, ConnectionStringType) |
將連接字串新增至 Web 應用程式。 此連接字串也會在部署位置交換之後交換。 |