Méthode Add (String)
Creates and adds an AggregationDesignAttribute, with the specified identifier, to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Add ( _
attributeId As String _
) As AggregationDesignAttribute
'Utilisation
Dim instance As AggregationDesignAttributeCollection
Dim attributeId As String
Dim returnValue As AggregationDesignAttribute
returnValue = instance.Add(attributeId)
public AggregationDesignAttribute Add(
string attributeId
)
public:
AggregationDesignAttribute^ Add(
String^ attributeId
)
member Add :
attributeId:string -> AggregationDesignAttribute
public function Add(
attributeId : String
) : AggregationDesignAttribute
Paramètres
- attributeId
Type : System. . :: . .String
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .AggregationDesignAttribute
The zero-based index at which the AggregationDesignAttribute has been added.