Compartilhar via


SqlExecutionResult.DataSet Propriedade

 

Obtém os dados retornados pelo teste.

Namespace:   Microsoft.Data.Tools.Schema.Sql.UnitTesting
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (em Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Sintaxe

public DataSet DataSet { get; set; }
public:
property DataSet^ DataSet {
    DataSet^ get();
    void set(DataSet^ value);
}
member DataSet : DataSet with get, set
Public Property DataSet As DataSet

Valor de propriedade

Type: System.Data.DataSet

Retorna um DataSet.

Consulte também

Classe SqlExecutionResult
Namespace Microsoft.Data.Tools.Schema.Sql.UnitTesting

Retornar ao topo