In the output from calling the stored procedure, you can see the difference between extracting an XML element, and extracting the value of an XML element.
在调用存储过程的输出中,可以看到提取xml元素与提取XML元素值之间的差异。
Specifies whether the parameter represents an input parameter, an output parameter, both an input and an output parameter, or the return value from a stored procedure.
指定参数是否代表了一个输入参数、一个输出参数或者同时代表了上述二者,或返回已有的程序值。
Specifies whether the parameter represents an input parameter, an output parameter, both an input and an output parameter, or the return value from a stored procedure.
指定参数是否代表了一个输入参数、一个输出参数或者同时代表了上述二者,或返回已有的程序值。
应用推荐