RelationshipCollection.Move メソッド (String, Int32)
指定した識別子を持つ Relationship を、コレクション内の指定したインデックスに移動します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Move ( _
id As String, _
toIndex As Integer _
) As Relationship
'使用
Dim instance As RelationshipCollection
Dim id As String
Dim toIndex As Integer
Dim returnValue As Relationship
returnValue = instance.Move(id, toIndex)
public Relationship Move(
string id,
int toIndex
)
public:
Relationship^ Move(
String^ id,
int toIndex
)
member Move :
id:string *
toIndex:int -> Relationship
public function Move(
id : String,
toIndex : int
) : Relationship
パラメーター
- id
型: System.String
移動するリレーションシップの識別子です。
- toIndex
型: System.Int32
リレーションシップの移動先である、0 から始まるインデックスです。
戻り値
型: Microsoft.AnalysisServices.Relationship
移動されたリレーションシップです。