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 string at the specified index position in the attribute collection with the specified index and attribute id.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Insert ( _
index As Integer, _
attributeId As String _
) As RelationshipEndAttribute
'Usage
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
Parameter
- index
Typ: System.Int32
The index position of the insertion.
- attributeId
Typ: System.String
The id of the attribute.
Rückgabewert
Typ: Microsoft.AnalysisServices.RelationshipEndAttribute
The specified string inserted at the specified index position in the collection, with the specified index and attribute id.