Metoda CubeAttributeCollection.Move (String, Int32)
Przesuwa CubeAttribute, identyfikatorem określonego, określony indeks 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 CubeAttribute
'Użycie
Dim instance As CubeAttributeCollection
Dim attributeId As String
Dim toIndex As Integer
Dim returnValue As CubeAttribute
returnValue = instance.Move(attributeId, _
toIndex)
public CubeAttribute Move(
string attributeId,
int toIndex
)
public:
CubeAttribute^ Move(
String^ attributeId,
int toIndex
)
member Move :
attributeId:string *
toIndex:int -> CubeAttribute
public function Move(
attributeId : String,
toIndex : int
) : CubeAttribute
Parametry
- attributeId
Typ: System.String
- toIndex
Typ: System.Int32
Indeks od zera do którego należy przenieść CubeAttribute określonych przez attributeID.
Wartość zwracana
Typ: Microsoft.AnalysisServices.CubeAttribute
CubeAttribute 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