Metoda AggregationAttributeCollection.Move (String, Int32)
Przesuwa AggregationAttribute z identyfikatorem określonego indeksu określone kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Move ( _
attributeId As String, _
toIndex As Integer _
) As AggregationAttribute
'Użycie
Dim instance As AggregationAttributeCollection
Dim attributeId As String
Dim toIndex As Integer
Dim returnValue As AggregationAttribute
returnValue = instance.Move(attributeId, _
toIndex)
public AggregationAttribute Move(
string attributeId,
int toIndex
)
public:
AggregationAttribute^ Move(
String^ attributeId,
int toIndex
)
member Move :
attributeId:string *
toIndex:int -> AggregationAttribute
public function Move(
attributeId : String,
toIndex : int
) : AggregationAttribute
Parametry
- attributeId
Typ: System.String
- toIndex
Typ: System.Int32
Indeks od zera do którego należy przenieść AggregationAttribute określonych przez attributeID.
Wartość zwracana
Typ: Microsoft.AnalysisServices.AggregationAttribute
AggregationAttribute Mają być przeniesione.
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentOutOfRangeException | fromIndexjest mniejszy od zera. - lub - fromIndexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. - lub - attributeIDnie jest zawarty kolekcja. |
Zobacz także