Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Inserts a specified string at the specified index position in the attribute collection with the specified index and attribute id.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Insert ( _
index As Integer, _
attributeId As String _
) As RelationshipEndAttribute
'Uso
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
Parámetros
- index
Tipo: System.Int32
The index position of the insertion.
- attributeId
Tipo: System.String
The id of the attribute.
Valor devuelto
Tipo: Microsoft.AnalysisServices.RelationshipEndAttribute
The specified string inserted at the specified index position in the collection, with the specified index and attribute id.