共用方式為


RelationshipEndAttributeCollection.Insert 方法

定義

多載

Insert(Int32, RelationshipEndAttribute)

將 RelationshipEndAttribute 插入此集合指定的索引位置。

Insert(Int32, String)

建立新的 RelationshipEndAttribute,將它插入指定索引位置,然後傳回此新 RelationshipEndAttribute。

Insert(Int32, RelationshipEndAttribute)

將 RelationshipEndAttribute 插入此集合指定的索引位置。

public void Insert (int index, Microsoft.AnalysisServices.RelationshipEndAttribute item);
override this.Insert : int * Microsoft.AnalysisServices.RelationshipEndAttribute -> unit
Public Sub Insert (index As Integer, item As RelationshipEndAttribute)

參數

index
Int32

以零為基底的索引,這是插入 RelationshipEndAttribute 之處。

item
RelationshipEndAttribute

要插入此集合中的 RelationshipEndAttribute。

適用於

Insert(Int32, String)

建立新的 RelationshipEndAttribute,將它插入指定索引位置,然後傳回此新 RelationshipEndAttribute。

public Microsoft.AnalysisServices.RelationshipEndAttribute Insert (int index, string attributeId);
override this.Insert : int * string -> Microsoft.AnalysisServices.RelationshipEndAttribute
Public Function Insert (index As Integer, attributeId As String) As RelationshipEndAttribute

參數

index
Int32

以零為基底的索引,這是插入新的 RelationshipEndAttribute 之處。

attributeId
String

新 RelationshipEndAttribute 的 AttributeID (在此集合中必須為唯一)。

傳回

新建立的 RelationshipEndAttribute。

適用於