次の方法で共有


RelationshipCollection.Add メソッド

定義

オーバーロード

Add(Relationship)

指定したリレーションシップをこのコレクションに追加します。

Add(String)

新しいリレーションシップを作成し、コレクションに追加して、返します。

Add(Relationship)

指定したリレーションシップをこのコレクションに追加します。

public int Add (Microsoft.AnalysisServices.Relationship item);
override this.Add : Microsoft.AnalysisServices.Relationship -> int
Public Function Add (item As Relationship) As Integer

パラメーター

item
Relationship

このコレクションに追加するリレーションシップです。

戻り値

アイテムが追加された、コレクション内の 0 から始まるインデックス。

適用対象

Add(String)

新しいリレーションシップを作成し、コレクションに追加して、返します。

public Microsoft.AnalysisServices.Relationship Add (string id);
override this.Add : string -> Microsoft.AnalysisServices.Relationship
Public Function Add (id As String) As Relationship

パラメーター

id
String

新しいリレーションシップの ID です (このコレクション内で一意である必要があります)。

戻り値

新しく作成されたリレーションシップです。

適用対象