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.
Gets the index of a specified AggregationDesignAttribute.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function IndexOf ( _
item As AggregationDesignAttribute _
) As Integer
'Uso
Dim instance As AggregationDesignAttributeCollection
Dim item As AggregationDesignAttribute
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
AggregationDesignAttribute item
)
public:
int IndexOf(
AggregationDesignAttribute^ item
)
member IndexOf :
item:AggregationDesignAttribute -> int
public function IndexOf(
item : AggregationDesignAttribute
) : int
Parámetros
- item
Tipo: Microsoft.AnalysisServices.AggregationDesignAttribute
The AggregationDesignAttribute to be returned.
Valor devuelto
Tipo: System.Int32
The zero-based index of the AggregationDesignAttribute, if the object is found; otherwise, -1.