Item 屬性
Gets a UserDefinedFunction object in the collection by name or by index number.
多載清單
名稱 | 描述 | |
---|---|---|
Item[ ( [ ( Int32] ) ] ) | Gets a UserDefinedFunction object in the collection by index number. | |
Item[ ( [ ( String] ) ] ) | Gets a UserDefinedFunction object in the collection by name. | |
Item[ ( [ ( String, String] ) ] ) | Gets a UserDefinedFunction object in the collection by name and schema. |
頂端