Compartir a través de


RelationshipType Propiedad

Gets or sets the RelationshipType definition of the relationship.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property RelationshipType As RelationshipType
    Get
    Set
'Uso
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)

Valor de la propiedad

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

Notas

RelationshipType values can be: Flexible, Rigid.