共用方式為


TimeSeriesPoint.Dimension 屬性

定義

點的維度資訊。 例如,City = New York City,Dataceter = DC1。 當使用 Dimension 時,此字典的值是物件,將會使用 Object 的等於函式。 如果您有自訂類別,則必須定義 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)

屬性值

適用於