Metodo MeasureGroupAttributeCollection.Add (String)
Creates, adds to collection and returns a new MeasureGroupAttribute.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
attributeId As String _
) As MeasureGroupAttribute
'Utilizzo
Dim instance As MeasureGroupAttributeCollection
Dim attributeId As String
Dim returnValue As MeasureGroupAttribute
returnValue = instance.Add(attributeId)
public MeasureGroupAttribute Add(
string attributeId
)
public:
MeasureGroupAttribute^ Add(
String^ attributeId
)
member Add :
attributeId:string -> MeasureGroupAttribute
public function Add(
attributeId : String
) : MeasureGroupAttribute
Parametri
- attributeId
Tipo: System.String
The attribute identifier for the new MeasureGroupAttribute (needs to be unique in the collection).
Valore restituito
Tipo: Microsoft.AnalysisServices.MeasureGroupAttribute
The newly created MeasureGroupAttribute.