AttributeRelationshipCollection.Insert 方法 (Int32, AttributeRelationship)

Inserts the specified AttributeRelationship into the collection at the location specified by index.

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

语法

声明
Public Sub Insert ( _
    index As Integer, _
    item As AttributeRelationship _
)
用法
Dim instance As AttributeRelationshipCollection 
Dim index As Integer 
Dim item As AttributeRelationship

instance.Insert(index, item)
public void Insert(
    int index,
    AttributeRelationship item
)
public:
void Insert(
    int index, 
    AttributeRelationship^ item
)
member Insert : 
        index:int * 
        item:AttributeRelationship -> unit
public function Insert(
    index : int, 
    item : AttributeRelationship
)

参数

请参阅

参考

AttributeRelationshipCollection 类

Insert 重载

Microsoft.AnalysisServices 命名空间