DisassociateRequest
関連付け解除要求を実行します。
Note: This procedure makes use of indexed parameters. These input parameters are denoted with a '#' character at the end of their names.
Indexed parameters facilitate providing multiple instances a single parameter as inputs for the procedure.
Suppose there is an input parameter named Param#. Input multiple instances of an indexed parameter like this:
EXEC ProcedureName Param#1 = "value1", Param#2 = "value2", Param#3 = "value3"
Input
| Name | Type | Description |
| RelationshipName | String | 関連付け解除に使用するリレーション名。 |
| TargetId | String | 関連付けの削除元のターゲットのId。 |
| TargetLogicalName | String | 関連付けの削除元のターゲットの論理名。 |
| RelatedEntityId# | String | ターゲットとの関連付けが解除されるエンティティのId。 |
| RelatedEntityLogicalName# | String | ターゲットとの関連付けが解除されるエンティティの論理名。 |