Condividi tramite


Proprietà AttributeRelationship.RelationshipType

Gets or sets the RelationshipType definition of the relationship.

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

Sintassi

'Dichiarazione
Public Property RelationshipType As RelationshipType 
    Get 
    Set
'Utilizzo
Dim instance As AttributeRelationship 
Dim value As RelationshipType 

value = instance.RelationshipType

instance.RelationshipType = value
public RelationshipType RelationshipType { get; set; }
public:
property RelationshipType RelationshipType {
    RelationshipType get ();
    void set (RelationshipType value);
}
member RelationshipType : RelationshipType with get, set
function get RelationshipType () : RelationshipType 
function set RelationshipType (value : RelationshipType)

Valore proprietà

Tipo: Microsoft.AnalysisServices.RelationshipType
A RelationshipType enumeration value.

Osservazioni

RelationshipType values can be: Flexible, Rigid.

Vedere anche

Riferimento

AttributeRelationship Classe

Spazio dei nomi Microsoft.AnalysisServices