Método RelationshipEndAttributeCollection.IndexOf (String)

Reports the index of the first occurrence of the specified string in this instance.

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

Sintaxe

'Declaração
Public Function IndexOf ( _
    attributeId As String _
) As Integer
'Uso
Dim instance As RelationshipEndAttributeCollection 
Dim attributeId As String 
Dim returnValue As Integer 

returnValue = instance.IndexOf(attributeId)
public int IndexOf(
    string attributeId
)
public:
int IndexOf(
    String^ attributeId
)
member IndexOf : 
        attributeId:string -> int
public function IndexOf(
    attributeId : String
) : int

Parâmetros

Valor de retorno

Tipo: System.Int32
The index of the first occurrence of the specified string in this instance.

Consulte também

Referência

RelationshipEndAttributeCollection Classe

Sobrecarregado IndexOf

Namespace Microsoft.AnalysisServices