Compartir a través de


RelationshipEnd.Role Propiedad

Gets or sets the role for this relationship end.

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

Sintaxis

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

Valor de la propiedad

Tipo: System.String
The name of the role for the relationship end element.

Vea también

Referencia

RelationshipEnd Clase

Espacio de nombres Microsoft.AnalysisServices