Condividi tramite


Proprietà AggregationDesignAttribute.AttributeID

Gets or sets the attribute identifier for an AggregationDesignAttribute element.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property AttributeID As String 
    Get 
    Set
'Utilizzo
Dim instance As AggregationDesignAttribute 
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)

Valore proprietà

Tipo: System.String
An attribute identifier.

Vedere anche

Riferimento

AggregationDesignAttribute Classe

Spazio dei nomi Microsoft.AnalysisServices