TimeSeriesPoint.Dimension 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
点的维度信息。 例如,City = 纽约市,Dataceter = DC1。 此字典的值是一个对象,当使用 Dimension 时,将使用对象的相等函数。 如果有自定义类,则需要定义 Equals 函数。
public System.Collections.Generic.Dictionary<string,object> Dimension { get; set; }
member this.Dimension : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property Dimension As Dictionary(Of String, Object)