Propriété RelationshipEnd.Role
Gets or sets the role for this relationship end.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property Role As String
Get
Set
'Utilisation
Dim instance As RelationshipEnd
Dim value As String
value = instance.Role
instance.Role = value
public string Role { get; set; }
public:
property String^ Role {
String^ get ();
void set (String^ value);
}
member Role : string with get, set
function get Role () : String
function set Role (value : String)
Valeur de propriété
Type : System.String
The name of the role for the relationship end element.