Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets or sets the Boolean value to allow duplicate names for a Hierarchy object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property AllowDuplicateNames As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true if duplicate names are allowed; otherwise, false.