ModelStore.TestWriteCount 方法

使用给定的值测试写入计数。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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

参数

返回值

类型:System.Boolean
如果被测试的值相等,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

ModelStore 类

Microsoft.Data.Schema.SchemaModel 命名空间