您要查找的是不是:
- parameter標識包含在DISH服務(wù)中的SOAP服務(wù)的前綴。Parameter A prefix that identifies the SOAP services to be included in a DISH service.
- 如果Parameter Position屬性為整數,則參數為位置參數。A parameter is a positional parameter if the Parameter Position attribute is an integer.
- 下面的示例演示定義兩個(gè)參數(parameter)的Function過(guò)程。The following example shows a Function procedure that defines two parameters.
- Direction屬性當前不由Parameter類(lèi)使用,它保留供將來(lái)使用。The Direction property is currently not used by the Parameter class and is reserved for future use.
- 一種在計算機程序執行期間被賦值的參數。同dynamic parameter。A parameter that is bound during the execution of a computer program.
- 在該頁(yè)被回發(fā)到服務(wù)器后保存對Parameter對象視圖狀態(tài)的更改。Saves the changes to the Parameter object's view state since the time the page was posted back to the server.
- 也可以通過(guò)設置Parameter對象的DbType屬性,泛泛地指定Parameter的類(lèi)型。You can also generically specify the type of a Parameter by setting DbType property of a Parameter object.
- Direction屬性描述Parameter實(shí)例綁定到的值和Parameter對象本身之間的數據流動(dòng)方向。The Direction property describes the direction of the flow of data between the value that a Parameter instance is bound to and the Parameter object itself.
- 任何對基礎值的更改都會(huì )由Parameter對象反映出來(lái),但是,基礎數據不會(huì )反映對Parameter對象的任何更改。Any changes made to the underlying value are reflected by the Parameter object, but any changes to the Parameter object are not reflected by the underlying data.
- 對于任何特定的function_id,該列中的值與sys.partition_parameters目錄視圖的parameter_id列中的值相對應。The values in this column correspond with those in the parameter_id column of the sys. Partition_parameters catalog view for any particular function_id.
- 在第一個(gè)調用中,編譯器將消除第一個(gè)重載,因為第一個(gè)參數(Argument)的類(lèi)型(Short)將收縮為相應參數(Parameter)的類(lèi)型(Byte)。In the first call, the compiler eliminates the first overload because the type of the first argument (Short) narrows to the type of the corresponding parameter (Byte).