Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Insert ( _
index As Integer, _
item As RelationshipEndAttribute _
)
'Usage
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
)
Parameter
- index
Typ: System.Int32
The index position of the insertion.
- item
Typ: Microsoft.AnalysisServices.RelationshipEndAttribute
An object from a collection.