Partager via


ModelStore.TestWriteCount, méthode

Teste le nombre d'écritures avec la valeur donnée.

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

Syntaxe

'Déclaration
Public Function TestWriteCount ( _
    writeCount As Integer _
) As Boolean
public bool TestWriteCount(
    int writeCount
)
public:
bool TestWriteCount(
    int writeCount
)
member TestWriteCount : 
        writeCount:int -> bool 
public function TestWriteCount(
    writeCount : int
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si les valeurs testées sont égales ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ModelStore Classe

Microsoft.Data.Schema.SchemaModel, espace de noms