共用方式為


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.