RelationshipEndAttributeCollection.Insert 方法 (Int32, String)

Inserts a specified string at the specified index position in the attribute collection with the specified index and attribute id.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Function Insert ( _
    index As Integer, _
    attributeId As String _
) As RelationshipEndAttribute
用法
Dim instance As RelationshipEndAttributeCollection 
Dim index As Integer 
Dim attributeId As String 
Dim returnValue As RelationshipEndAttribute 

returnValue = instance.Insert(index, attributeId)
public RelationshipEndAttribute Insert(
    int index,
    string attributeId
)
public:
RelationshipEndAttribute^ Insert(
    int index, 
    String^ attributeId
)
member Insert : 
        index:int * 
        attributeId:string -> RelationshipEndAttribute
public function Insert(
    index : int, 
    attributeId : String
) : RelationshipEndAttribute

参数

  • index
    类型:System.Int32
    The index position of the insertion.

返回值

类型:Microsoft.AnalysisServices.RelationshipEndAttribute
The specified string inserted at the specified index position in the collection, with the specified index and attribute id.

请参阅

参考

RelationshipEndAttributeCollection 类

Insert 重载

Microsoft.AnalysisServices 命名空间