Compartilhar via


Propriedade do RDL RelationshipEndAttribute.AttributeID

Gets or sets the identifier of the attribute for the RelationshipEndAttribute.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property AttributeID As String 
    Get 
    Set
'Uso
Dim instance As RelationshipEndAttribute 
Dim value As String 

value = instance.AttributeID

instance.AttributeID = value
public string AttributeID { get; set; }
public:
property String^ AttributeID {
    String^ get ();
    void set (String^ value);
}
member AttributeID : string with get, set
function get AttributeID () : String 
function set AttributeID (value : String)

Valor da propriedade

Tipo: System.String
The identifier of the attribute for the RelationshipEndAttribute.

Consulte também

Referência

RelationshipEndAttribute Classe

Namespace Microsoft.AnalysisServices