Méthode MeasureGroupAttributeCollection.Add (String)
Creates, adds to collection and returns a new MeasureGroupAttribute.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Add ( _
attributeId As String _
) As MeasureGroupAttribute
'Utilisation
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
Paramètres
- attributeId
Type : System.String
The attribute identifier for the new MeasureGroupAttribute (needs to be unique in the collection).
Valeur de retour
Type : Microsoft.AnalysisServices.MeasureGroupAttribute
The newly created MeasureGroupAttribute.