Partager via


ExpectedSchemaCondition.Schema, propriété

Obtient ou définit le schéma attendu.

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

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Property Schema As DataSet
    Get
    Set
[BrowsableAttribute(false)]
public DataSet Schema { get; set; }
[BrowsableAttribute(false)]
public:
property DataSet^ Schema {
    DataSet^ get ();
    void set (DataSet^ value);
}
[<BrowsableAttribute(false)>]
member Schema : DataSet with get, set
function get Schema () : DataSet
function set Schema (value : DataSet)

Valeur de propriété

Type : System.Data.DataSet

Sécurité .NET Framework

Voir aussi

Référence

ExpectedSchemaCondition Classe

Microsoft.Data.Schema.UnitTesting.Conditions, espace de noms