共用方式為


RelationshipEndAttributeCollection.Insert 方法 (Int32, RelationshipEndAttribute)

Inserts a specified instance of String at a specified index position in this instance with the specified index and item value.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub Insert ( _
    index As Integer, _
    item As RelationshipEndAttribute _
)
'用途
Dim instance As RelationshipEndAttributeCollection 
Dim index As Integer 
Dim item As RelationshipEndAttribute

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

參數

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

請參閱

參考

RelationshipEndAttributeCollection 類別

Insert 多載

Microsoft.AnalysisServices 命名空間