Condividi tramite


AttributeRelationship.OverrideBehavior Property

Gets or sets the OverrideBehavior definition of the relationship.

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
<DefaultValueAttribute(OverrideBehavior.Strong)> _
Public Property OverrideBehavior As OverrideBehavior
[BrowsableAttribute(false)] 
[DefaultValueAttribute(OverrideBehavior.Strong)] 
public OverrideBehavior OverrideBehavior { get; set; }
[BrowsableAttribute(false)] 
[DefaultValueAttribute(OverrideBehavior::Strong)] 
public:
property OverrideBehavior OverrideBehavior {
    OverrideBehavior get ();
    void set (OverrideBehavior value);
}
/** @property */
public OverrideBehavior get_OverrideBehavior ()

/** @property */
public void set_OverrideBehavior (OverrideBehavior value)
public function get OverrideBehavior () : OverrideBehavior

public function set OverrideBehavior (value : OverrideBehavior)

Valore proprietà

An OverrideBehavior enumeration value.

Osservazioni

OverrideBehavior values can be: None, Strong.

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

AttributeRelationship Class
AttributeRelationship Members
Microsoft.AnalysisServices Namespace