Freigeben über


AttributeRelationship.Optionality Property

Gets or sets the Optionality definition of the relationship between parent attribute and current attribute.

Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
<DefaultValueAttribute(Optionality.Mandatory)> _
Public Property Optionality As Optionality
[BrowsableAttribute(false)] 
[DefaultValueAttribute(Optionality.Mandatory)] 
public Optionality Optionality { get; set; }
[BrowsableAttribute(false)] 
[DefaultValueAttribute(Optionality::Mandatory)] 
public:
property Optionality Optionality {
    Optionality get ();
    void set (Optionality value);
}
/** @property */
public Optionality get_Optionality ()

/** @property */
public void set_Optionality (Optionality value)
public function get Optionality () : Optionality

public function set Optionality (value : Optionality)

Eigenschaftswert

An Optionality enumeration value.

Hinweise

Optionality values can be: Mandatory, Optional.

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