Método DismissedValidationResultCollection.ICollection.CopyTo

Copies the elements of the DismissedValidationResultCollection to an Array, starting at a particular Array index. Implements the ICollection interface.

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

Sintaxe

C#
void ICollection.CopyTo(
    Array array,
    int index
)

Parâmetros

  • index
    Tipo: System.Int32
    The zero-based index in array at which copying begins. 

Implementa

ICollection.CopyTo(Array, Int32)

Consulte também

Referência

DismissedValidationResultCollection Classe

Namespace Microsoft.AnalysisServices