Метод Add (String)
Creates and adds a CubeAttribute, with the specified identifier, to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
attributeId As String _
) As CubeAttribute
'Применение
Dim instance As CubeAttributeCollection
Dim attributeId As String
Dim returnValue As CubeAttribute
returnValue = instance.Add(attributeId)
public CubeAttribute Add(
string attributeId
)
public:
CubeAttribute^ Add(
String^ attributeId
)
member Add :
attributeId:string -> CubeAttribute
public function Add(
attributeId : String
) : CubeAttribute
Параметры
- attributeId
Тип: System. . :: . .String
Возвращаемое значение
Тип: Microsoft.AnalysisServices. . :: . .CubeAttribute
The zero-based index at which the CubeAttribute has been added.
См. также