Level.UniqueName 属性
获取 Level 的唯一名称。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public ReadOnly Property UniqueName As String
Get
用法
Dim instance As Level
Dim value As String
value = instance.UniqueName
public string UniqueName { get; }
public:
virtual property String^ UniqueName {
String^ get () sealed;
}
abstract UniqueName : string
override UniqueName : string
final function get UniqueName () : String
属性值
类型:String
Level 的唯一名称。
实现
注释
通常,UniqueName 属性返回级别的完全限定名称。 例如,Time 维度的 Fiscal 层次结构中 Month 级别的完全限定唯一名称为 [Time].[Fiscal].[Month]。
要仅检索级别的名称,请使用 Level 的 Name 属性。
备注
因为此值是特定于提供程序的,可能在将来更改,应整体使用它,而不要分析它。