Partager via


Propriété ExpectedSchemaCondition.Schema

 

Obtient ou définit le schéma attendu.

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

Syntaxe

[BrowsableAttribute(false)]
public DataSet Schema { get; set; }
public:
[BrowsableAttribute(false)]
property DataSet^ Schema {
    DataSet^ get();
    void set(DataSet^ value);
}
[<BrowsableAttribute(false)>]
member Schema : DataSet with get, set
<BrowsableAttribute(False)>
Public Property Schema As DataSet

Valeur de propriété

Type: System.Data.DataSet

Schéma attendu.

Voir aussi

ExpectedSchemaCondition, classe
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions, espace de noms

Retour au début