次の方法で共有


LookupTableDataSet.LookupTableMasksDataTable.NewRowFromBuilder メソッド

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

名前空間:  WebSvcLookupTable
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Protected Overrides Function NewRowFromBuilder ( _
    builder As DataRowBuilder _
) As DataRow
'使用
Dim builder As DataRowBuilder
Dim returnValue As DataRow

returnValue = Me.NewRowFromBuilder(builder)
protected override DataRow NewRowFromBuilder(
    DataRowBuilder builder
)

パラメーター

戻り値

型: System.Data.DataRow

関連項目

参照先

LookupTableDataSet.LookupTableMasksDataTable クラス

LookupTableDataSet.LookupTableMasksDataTable メンバー

WebSvcLookupTable 名前空間