Partager via


IWithConnectionString<FluentT> Interface

Définition

Phase de mise à jour de l’application web permettant de définir des chaînes de connexion.

public interface IWithConnectionString<FluentT>
type IWithConnectionString<'FluentT> = interface
Public Interface IWithConnectionString(Of FluentT)

Paramètres de type

FluentT

Type de la ressource.

Dérivé

Méthodes

WithConnectionString(String, String, ConnectionStringType)

Ajoute une chaîne de connexion à l’application web.

WithConnectionStringStickiness(String, Boolean)

Modifie l’adhérence d’une chaîne de connexion.

WithoutConnectionString(String)

Supprime une chaîne de connexion de l’application web.

WithStickyConnectionString(String, String, ConnectionStringType)

Ajoute une chaîne de connexion à l’application web. Cette chaîne de connexion restera à l’emplacement pendant un échange.

S’applique à