NbBatchRequestGetOp Method |
指定位置のリクエストのオペレーションを返却する
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public string GetOp(
int index
)
Public Function GetOp (
index As Integer
) As String
public:
String^ GetOp(
int index
)
member GetOp :
index : int -> string
Parameters
- index
- Type: SystemInt32
index
Return Value
Type:
Stringinsert, update, delete のいずれか
Exceptions Remarks 追加したリクエスト数の範囲でindexを指定すること
Version Information Core
Supported in: 1.0
See Also