Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Adds an AttributeTranslation to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add ( _
item As AttributeTranslation _
) As Integer
'Usage
Dim instance As AttributeTranslationCollection
Dim item As AttributeTranslation
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
AttributeTranslation item
)
public:
int Add(
AttributeTranslation^ item
)
member Add :
item:AttributeTranslation -> int
public function Add(
item : AttributeTranslation
) : int
Parameters
- item
Type: Microsoft.AnalysisServices.AttributeTranslation
The AttributeTranslation to be added.
Return Value
Type: System.Int32
The zero-based index at which the AttributeTranslation has been added.