Proprietà Hierarchy.AllowDuplicateNames
Gets or sets the Boolean value to allow duplicate names for a Hierarchy object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Property AllowDuplicateNames As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
true if duplicate names are allowed; otherwise, false.