RelationshipCollection.Insert Método (Int32, String)
Inserts a relationship with the specified identifier, into the collection at the specified index.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Insert ( _
index As Integer, _
id As String _
) As Relationship
'Uso
Dim instance As RelationshipCollection
Dim index As Integer
Dim id As String
Dim returnValue As Relationship
returnValue = instance.Insert(index, id)
public Relationship Insert(
int index,
string id
)
public:
Relationship^ Insert(
int index,
String^ id
)
member Insert :
index:int *
id:string -> Relationship
public function Insert(
index : int,
id : String
) : Relationship
Parámetros
- index
Tipo: System.Int32
The zero-based index at which to insert the new Relationship.
- id
Tipo: System.String
The identifier of the relationship to insert.
Valor devuelto
Tipo: Microsoft.AnalysisServices.Relationship
The inserted relationship.