Propriété Hierarchy.AllowDuplicateNames

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property AllowDuplicateNames As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

Hierarchy Classe

Espace de noms Microsoft.AnalysisServices