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
)
パラメーター
- WSEC_FEA_ACT_UID
型: System.Guid
- WSEC_FEA_ACT_NAME
型: System.String
- parentFeaturesRowByFeatures_Actions
型: WebSvcSecurity.PermissionDataSet.FeaturesRow
戻り値
型: WebSvcSecurity.PermissionDataSet.ActionsRow
関連項目
参照先
PermissionDataSet.ActionsDataTable クラス