你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Document 类

定义

将文档表示为属性包。 这对于索引架构仅在运行时才知道的情况很有用。

public class Document : System.Collections.Generic.Dictionary<string,object>
type Document = class
    inherit Dictionary<string, obj>
Public Class Document
Inherits Dictionary(Of String, Object)
继承

构造函数

Document()

初始化 Document 类的新实例。

适用于