AttributeRelationship.OverrideBehavior Property
Gets or sets the OverrideBehavior definition of the relationship.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<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)
Property Value
An OverrideBehavior enumeration value.
Remarks
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
AttributeRelationship Class
AttributeRelationship Members
Microsoft.AnalysisServices Namespace