Propriété AttributeRelationship.RelationshipType
Gets or sets the RelationshipType definition of the relationship.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property RelationshipType As RelationshipType
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.AnalysisServices.RelationshipType
A RelationshipType enumeration value.
Notes
RelationshipType values can be: Flexible, Rigid.