RowCountCondition.RowCount, propriété
Obtient ou définit le nombre de lignes dans ResultSet.
Espace de noms : Microsoft.Data.Schema.UnitTesting.Conditions
Assembly : Microsoft.Data.Schema.UnitTesting (dans Microsoft.Data.Schema.UnitTesting.dll)
Syntaxe
'Déclaration
Public Property RowCount As Integer
Get
Set
public int RowCount { get; set; }
public:
property int RowCount {
int get ();
void set (int value);
}
member RowCount : int with get, set
function get RowCount () : int
function set RowCount (value : int)
Valeur de propriété
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Data.Schema.UnitTesting.Conditions, espace de noms