ModelStore.WriteCount Property
Returns the value of the current write count.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property WriteCount As Integer
'Usage
Dim instance As ModelStore
Dim value As Integer
value = instance.WriteCount
public int WriteCount { get; }
public:
property int WriteCount {
int get ();
}
public function get WriteCount () : int
Property Value
Type: System.Int32
Remarks
Used by features to determine whether any write operations happened in the model store in a time interval.
.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.