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