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
Public Property Cardinality As Cardinality
Get
Set
'Usage
Dim instance As AttributeRelationship
Dim value As Cardinality
value = instance.Cardinality
instance.Cardinality = value
public Cardinality Cardinality { get; set; }
public:
property Cardinality Cardinality {
Cardinality get ();
void set (Cardinality value);
}
member Cardinality : Cardinality with get, set
function get Cardinality () : Cardinality
function set Cardinality (value : Cardinality)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.Cardinality
A Cardinality enumeration value.
Hinweise
Cardinality values can be: Many, One.