다음을 통해 공유


TimeSeriesPoint.Dimension 속성

정의

점의 차원 정보입니다. 예를 들어 City = 뉴욕시, Dataceter = DC1입니다. 이 사전의 값은 개체입니다. 차원이 사용될 때 Object에 대한 equals 함수가 사용됩니다. 사용자 지정된 클래스가 있는 경우 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)

속성 값

적용 대상