ModelStore.TestWriteCount メソッド

特定の値を持つ書き込み回数をテストします。

名前空間 :  Microsoft.Data.Schema.SchemaModel
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Function TestWriteCount ( _
    writeCount As Integer _
) As Boolean
'使用
Dim instance As ModelStore
Dim writeCount As Integer
Dim returnValue As Boolean

returnValue = instance.TestWriteCount(writeCount)
public bool TestWriteCount(
    int writeCount
)
public:
bool TestWriteCount(
    int writeCount
)
public function TestWriteCount(
    writeCount : int
) : boolean

パラメータ

戻り値

型 : System.Boolean
テスト対象の値が等しい場合は True を返します。それ以外の場合は False を返します。

参照

参照

ModelStore クラス

ModelStore メンバ

Microsoft.Data.Schema.SchemaModel 名前空間