DismissedValidationRuleCollection.ICollection.CopyTo 方法

Copies the elements of the collection to an Array, starting at a particular Array index.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

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

參數

  • array
    型別:System.Array
    The one-dimensional Array that is the destination of the elements copied from the collection.
  • index
    型別:System.Int32
    The zero-based index in array at which copying begins.

實作

ICollection.CopyTo(Array, Int32)

請參閱

參考

DismissedValidationRuleCollection 類別

Microsoft.AnalysisServices 命名空間