RelationshipEndAttributeCollection.Insert 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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 之處。
要插入此集合中的 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。