Metoda MeasureGroupAttributeCollection.Add (String)
Tworzy i dodaje MeasureGroupAttribute, z określonego identyfikatora, do końca kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Add ( _
attributeId As String _
) As MeasureGroupAttribute
'Użycie
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
Parametry
- attributeId
Typ: System.String
Wartość zwracana
Typ: Microsoft.AnalysisServices.MeasureGroupAttribute
Indeks od zera, jaką MeasureGroupAttribute została dodana.
Zobacz także