Hierarchy.MemberKeysUnique Property
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Deklaracja
<XmlElementAttribute(Namespace:="https://schemas.microsoft.com/analysisservices/2003/engine/2")> _
<DefaultValueAttribute(MemberKeysUnique.NotUnique)> _
Public Property MemberKeysUnique As MemberKeysUnique
[XmlElementAttribute(Namespace="https://schemas.microsoft.com/analysisservices/2003/engine/2")]
[DefaultValueAttribute(MemberKeysUnique.NotUnique)]
public MemberKeysUnique MemberKeysUnique { get; set; }
[XmlElementAttribute(Namespace=L"https://schemas.microsoft.com/analysisservices/2003/engine/2")]
[DefaultValueAttribute(MemberKeysUnique::NotUnique)]
public:
property MemberKeysUnique MemberKeysUnique {
MemberKeysUnique get ();
void set (MemberKeysUnique value);
}
/** @property */
public MemberKeysUnique get_MemberKeysUnique ()
/** @property */
public void set_MemberKeysUnique (MemberKeysUnique value)
public function get MemberKeysUnique () : MemberKeysUnique
public function set MemberKeysUnique (value : MemberKeysUnique)
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.