Partager via


ExpectedSqlExceptionAttribute.State, propriété

Obtient ou définit l'état d'erreur attendu de l'erreur.

Espace de noms :  Microsoft.Data.Schema.UnitTesting
Assembly :  Microsoft.Data.Schema.UnitTesting (dans Microsoft.Data.Schema.UnitTesting.dll)

Syntaxe

'Déclaration
Public Property State As Byte
    Get
    Set
public byte State { get; set; }
public:
property unsigned char State {
    unsigned char get ();
    void set (unsigned char value);
}
member State : byte with get, set
function get State () : byte
function set State (value : byte)

Valeur de propriété

Type : System.Byte
État attendu de l'erreur.

Notes

S'il n'est pas fourni, l'état de l'exception levée est ignoré.

Sécurité .NET Framework

Voir aussi

Référence

ExpectedSqlExceptionAttribute Classe

Microsoft.Data.Schema.UnitTesting, espace de noms