Hierarchy.AllowDuplicateNames 属性

Gets or sets the Boolean value to allow duplicate names for a Hierarchy object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property AllowDuplicateNames As Boolean 
    Get 
    Set
用法
Dim instance As Hierarchy 
Dim value As Boolean 

value = instance.AllowDuplicateNames

instance.AllowDuplicateNames = value
public bool AllowDuplicateNames { get; set; }
public:
property bool AllowDuplicateNames {
    bool get ();
    void set (bool value);
}
member AllowDuplicateNames : bool with get, set
function get AllowDuplicateNames () : boolean 
function set AllowDuplicateNames (value : boolean)

属性值

类型:System.Boolean
true if duplicate names are allowed; otherwise, false.

请参阅

参考

Hierarchy 类

Microsoft.AnalysisServices 命名空间