Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Tests the write count with the given value.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
Parameters
- writeCount
Type: System.Int32
The value to be tested.
Return Value
Type: System.Boolean
true if the tested values are equal; otherwise, false.
.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.