次の方法で共有


PermissionDataSet.ActionsDataTable.AddActionsRow メソッド (Guid, String, PermissionDataSet.FeaturesRow)

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

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

構文

'宣言
Public Function AddActionsRow ( _
    WSEC_FEA_ACT_UID As Guid, _
    WSEC_FEA_ACT_NAME As String, _
    parentFeaturesRowByFeatures_Actions As PermissionDataSet.FeaturesRow _
) As PermissionDataSet.ActionsRow
'使用
Dim instance As PermissionDataSet.ActionsDataTable
Dim WSEC_FEA_ACT_UID As Guid
Dim WSEC_FEA_ACT_NAME As String
Dim parentFeaturesRowByFeatures_Actions As PermissionDataSet.FeaturesRow
Dim returnValue As PermissionDataSet.ActionsRow

returnValue = instance.AddActionsRow(WSEC_FEA_ACT_UID, _
    WSEC_FEA_ACT_NAME, parentFeaturesRowByFeatures_Actions)
public PermissionDataSet.ActionsRow AddActionsRow(
    Guid WSEC_FEA_ACT_UID,
    string WSEC_FEA_ACT_NAME,
    PermissionDataSet.FeaturesRow parentFeaturesRowByFeatures_Actions
)

パラメーター

戻り値

型: WebSvcSecurity.PermissionDataSet.ActionsRow

関連項目

参照先

PermissionDataSet.ActionsDataTable クラス

PermissionDataSet.ActionsDataTable メンバー

AddActionsRow オーバーロード

WebSvcSecurity 名前空間