次の方法で共有


PermissionDataSet.FeaturesDataTable.AddFeaturesRow メソッド (PermissionDataSet.FeaturesRow)

FeaturesDataTableにFeaturesRowオブジェクトを追加します。

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

構文

'宣言
Public Sub AddFeaturesRow ( _
    row As PermissionDataSet.FeaturesRow _
)
'使用
Dim instance As PermissionDataSet.FeaturesDataTable
Dim row As PermissionDataSet.FeaturesRow

instance.AddFeaturesRow(row)
public void AddFeaturesRow(
    PermissionDataSet.FeaturesRow row
)

パラメーター

関連項目

参照先

PermissionDataSet.FeaturesDataTable クラス

PermissionDataSet.FeaturesDataTable メンバー

AddFeaturesRow オーバーロード

WebSvcSecurity 名前空間