Método 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.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Sub Insert ( _
    index As Integer, _
    item As RelationshipEndAttribute _
)
'Uso
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
)

Parâmetros

  • index
    Tipo: System.Int32
    The index position of the insertion.

Consulte também

Referência

RelationshipEndAttributeCollection Classe

Sobrecarregado Insert

Namespace Microsoft.AnalysisServices