Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the cardinality of the relationship between the current parent attribute and the defined Attribute. Cardinality refers to the defined attribute, not the parent attribute.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<DefaultValueAttribute(Cardinality.Many)> _
Public Property Cardinality As Cardinality
[DefaultValueAttribute(Cardinality.Many)]
public Cardinality Cardinality { get; set; }
[DefaultValueAttribute(Cardinality::Many)]
public:
property Cardinality Cardinality {
Cardinality get ();
void set (Cardinality value);
}
/** @property */
public Cardinality get_Cardinality ()
/** @property */
public void set_Cardinality (Cardinality value)
public function get Cardinality () : Cardinality
public function set Cardinality (value : Cardinality)
Eigenschaftswert
A Cardinality enumeration value.
Hinweise
Cardinality values can be: Many, One.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
AttributeRelationship Class
AttributeRelationship Members
Microsoft.AnalysisServices Namespace