1

Azure DocumentDB .NET(和 Node.JS)代码示例在 sproc 和 UDF 上方包含以下注释:

// Register DocDB JavaScript server API for intelisense: 
//   either add the file to Tools->Options->Text Editor->JavaScript->Intellisense->References and reference the group registered 
//   or provide path to the file explicitly.
/// <reference group="Generic" />
/// <reference path="C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\DocDbWrapperScript.js" />

我不知道从哪里可以得到 DocDbWrapperScript.js。Google 只返回 5 个页面,这些都是从 Microsoft 网站上的“DocDbWrapperScript.js”自动生成的文档。

我检查了 Node.Js SDK 源,在那里没有找到。如果有人知道在哪里可以找到这个,我真的很感激这个秘密!

4

2 回答 2

2

您可以在 DocumentDB JS Github 上找到 DocDbWrapperScript.js:

https://github.com/Azure/azure-documentdb-js-server/blob/master/utils/DocDbWrapperScript.js

于 2015-02-23T18:35:22.963 回答
0

该文件似乎已移至以下位置。 https://github.com/Azure/azure-documentdb-js-server/blob/master/utils/DocDbWrapperScript.js

于 2016-01-26T20:30:15.317 回答