ExpectedSchemaCondition.Schema Property
Gets or sets the expected schema.
Namespace: Microsoft.Data.Schema.UnitTesting.Conditions
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Schema As DataSet
[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)
Property Value
Type: System.Data.DataSet
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.