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

DimensionKey 类

定义

DimensionGroupIdentity。

public class DimensionKey : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>>
type DimensionKey = class
    interface seq<KeyValuePair<string, string>>
    interface IEnumerable
Public Class DimensionKey
Implements IEnumerable(Of KeyValuePair(Of String, String))
继承
DimensionKey
实现

构造函数

DimensionKey(IEnumerable<KeyValuePair<String,String>>)

初始化 DimensionKey 类的新实例。

方法

Contains(String)

确定此维度键是否包含具有指定名称的维度。

GetEnumerator()

返回一个循环访问此维度键的维度的枚举器。

TryGetValue(String, String)

获取与指定维度关联的值。

显式接口实现

IEnumerable.GetEnumerator()

返回一个循环访问此维度键的维度的枚举器。

适用于