RedactConnectionStringAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lorsqu’il est appliqué à une propriété de chaîne de connexion sur une classe d’options, cet attribut empêche la mise en forme de la valeur de la propriété par des IOptionFormatter instances conformes.
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public class RedactConnectionStringAttribute : Orleans.RedactAttribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type RedactConnectionStringAttribute = class
inherit RedactAttribute
Public Class RedactConnectionStringAttribute
Inherits RedactAttribute
- Héritage
- Attributs
Constructeurs
RedactConnectionStringAttribute() |
Lorsqu’il est appliqué à une propriété de chaîne de connexion sur une classe d’options, cet attribut empêche la mise en forme de la valeur de la propriété par des IOptionFormatter instances conformes. |
Méthodes
Redact(Object) |
Supprime la valeur fournie. |