Condividi tramite


Metodo AggregationDesignAttributeCollection.Insert (Int32, String)

Creates and inserts an AggregationDesignAttribute, with the specified identifier, into the collection at the specified index.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Insert ( _
    index As Integer, _
    attributeId As String _
) As AggregationDesignAttribute
'Utilizzo
Dim instance As AggregationDesignAttributeCollection 
Dim index As Integer 
Dim attributeId As String 
Dim returnValue As AggregationDesignAttribute 

returnValue = instance.Insert(index, attributeId)
public AggregationDesignAttribute Insert(
    int index,
    string attributeId
)
public:
AggregationDesignAttribute^ Insert(
    int index, 
    String^ attributeId
)
member Insert : 
        index:int * 
        attributeId:string -> AggregationDesignAttribute
public function Insert(
    index : int, 
    attributeId : String
) : AggregationDesignAttribute

Parametri

Valore restituito

Tipo: Microsoft.AnalysisServices.AggregationDesignAttribute
A new, empty AggregationDesignAttribute.

Eccezioni

Eccezione Condizione
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

Vedere anche

Riferimento

AggregationDesignAttributeCollection Classe

Overload Insert

Spazio dei nomi Microsoft.AnalysisServices